history
Installation
SKILL.md
/history - Recent Activity
Show chief-of-staff activity from git log.
Run
git log --since="7 days ago" --grep="cos:" --format="%ad %s" --date=short
Group output by day and summarize actions.
Show chief-of-staff activity from git log.
git log --since="7 days ago" --grep="cos:" --format="%ad %s" --date=short
Group output by day and summarize actions.