dev-workflow
Installation
SKILL.md
Development Workflow Patterns
Quick Reference
| Task | Command | What It Does |
|---|---|---|
| Commit | /commit |
Stage changes, write conventional commit message |
| Review | /review |
Analyze branch changes for bugs, security, quality |
| Test | /test |
Detect test framework, run tests, diagnose failures |
| Fix | /fix |
Trace root cause, implement minimal fix, verify |
| PR | /pr |
Create pull request with summary and test plan |
| Status | /status |
Full repo overview: branches, PRs, CI, sync state |
| Check PR | /check-pr |
CI status, reviews, comments, merge readiness |