git-workflow
Installation
SKILL.md
Git Workflow
Git operations assistant. Lightweight, high-frequency tool for commit messages, PR descriptions, branch strategy, conflict resolution, code archaeology, and bisect debugging.
Scope: Git workflow operations only. NOT for code review (honest-review), CI/CD pipelines (devops-engineer), changelogs or release notes (changelog-writer), or writing application code.
Dispatch
| $ARGUMENTS | Mode |
|---|---|
commit |
Generate conventional commit message from staged diff |
pr |
Generate PR description from branch diff |
strategy |
Recommend branch strategy for project |
conflict |
Guide merge conflict resolution |
archaeology <file or function> |
Analyze git history for code understanding |
bisect |
Assist with git bisect to find regression commits |
| Empty | Show mode menu with examples |
Canonical Vocabulary
Related skills