mirror of
https://github.com/duthaho/claudekit.git
synced 2026-06-26 11:24:37 +03:00
687 B
687 B
/status - Project Status Command
Purpose
Get current project status including tasks, git state, and recent activity.
Usage
/status
Show current project status.
Workflow
-
Check Git Status
git status git log --oneline -5 -
Review Todos
- In progress
- Pending
- Completed today
-
Recent Activity
- Recent commits
- Open PRs
- Open issues
Output
## 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]