# History

> Show recent git activity in readable format. Part of chief-of-staff system.

- Skill: `bradautomates/history` (Agent Skill)
- Install (CLI): `npx skillmds@latest add bradautomates/history`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bradautomates/history/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: bradautomates (https://skillmd.com/u/bradautomates)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bradautomates/history

---


# /history - Recent Activity

Show chief-of-staff activity from git log.

## Run

```bash
git log --since="7 days ago" --grep="cos:" --format="%ad %s" --date=short
```

Group output by day and summarize actions.

