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

Commit Workflow

Installs
2
GitHub Stars
3
First Seen
Jun 14, 2026
dev-workflow — sagargupta16/claude-skills