Loading...
Loading...
Project status dashboard — open issues, recent commits, active branches/worktrees, memory state, and scratchpad. Use when the user asks for a status report, project overview, "what's going on", "where are we", or wants to catch up on project state without the full /catchup reconstruction.
npx skill4agent add camacho/ai-skills statusgit log --oneline -10
git branch -a --sort=-committerdate | head -15
git worktree list
git status --short# Open issues, sorted by most recent
gh issue list --state open --json number,title,labels,updatedAt --limit 20
# Recently closed (last 7 days)
gh issue list --state closed --json number,title,closedAt --limit 10 | jq '[.[] | select(.closedAt > (now - 604800 | todate))]'ghai-workspace/plans/.done.mdai-workspace/MEMORY.mdai-workspace/.last-reflect-ts.branch-context.mdai-workspace/scratchpad.md- [ ]## Project Status: <repo-name>
### <date>
**Branch**: <current branch> | **Mode**: <autonomous/copilot> | **Last reflect**: <relative time>
### Open Issues (<count>)
| # | Title | Labels | Updated |
|---|-------|--------|---------|
(most recent 10, sorted by updated)
### Recently Closed (<count>, last 7d)
- #N title (closed <date>)
### Active Work
- Branches: <list active non-main branches>
- Worktrees: <list linked worktrees>
- Plans in progress: <list non-.done.md plans>
### Health
- MEMORY.md: <line count>/200 lines
- Scratchpad: <N> items flagged for elevation
- Last reflect: <timestamp or "never">
- .branch-context.md: <exists with N lines / not found>
### Suggested Next
(Pick 2-3 based on what you see — e.g., stale issues, scratchpad items to elevate, overdue reflect, MEMORY.md near limit)- [ ]