git-helpers
Installation
SKILL.md
Git Helpers
Git workflow with conventional commits, pull requests, and pull request merges.
Triggers
- Commit changes ("commit this", "create commit", "ready to commit", "all done") → commit.md
- Push and open PR ("push this", "create PR", "open pull request", "ready to push") → create-pull-request.md
- Merge pull request ("merge PR", "merge pull request", "ready to merge") → merge-pull-request.md
Workflow
commit → create-pull-request → merge-pull-request
Each step is independent. Use any workflow in isolation or chain them together.