Skip to content

status

Get current project status including tasks, git state, and recent activity.

/status

Show current project status.

  1. Check Git Status

    Terminal window
    git status
    git log --oneline -5
  2. Review Todos

    • In progress
    • Pending
    • Completed today
  3. Recent Activity

    • Recent commits
    • Open PRs
    • Open issues
## Project Status
### Git
- Branch: `feature/xyz`
- Status: Clean / X modified files
### Tasks
- In Progress: X
- Pending: Y
- Completed: Z
### Recent Commits
1. [commit message]
2. [commit message]
### Open PRs
- #123: [title]

Always identify gaps and suggest next steps to users. In case there is no gaps anymore, then AI should clearly state that there is no gap left.