mirror of
https://github.com/duthaho/claudekit.git
synced 2026-07-19 05:59:41 +03:00
feat: improved the Claude Kit as a plugin
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
# Status Checking
|
||||
|
||||
## Project Status
|
||||
|
||||
Show current project state:
|
||||
|
||||
```bash
|
||||
git status
|
||||
git log --oneline -5
|
||||
```
|
||||
|
||||
### Output Format
|
||||
|
||||
```markdown
|
||||
## 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]
|
||||
```
|
||||
|
||||
Combines git state, TodoWrite tasks, and recent activity into a single snapshot.
|
||||
Reference in New Issue
Block a user