Git Workflow
Use this skill whenever the user asks to:
- commit these changes
- create a commit
- save my work
- stage and commit
- commit current work
- create a branch
- start a feature branch
- make a branch for this work
- start working on a change
- create a PR
- open a PR
- draft a PR
- prepare a pull request
- commit and open a PR
- create a branch and PR
- submit the current work
Shared references
Before executing any workflow, load all four shared references:
Intent routing
Based on the user's request, load exactly one workflow doc:
| User intent | Load |
|---|---|
| Commit work, save changes, stage and commit | docs/commit.md |
| Create a branch, start a feature branch | docs/branch.md |
| Create/open/draft a PR, submit the current work | docs/pr.md |
When intent is ambiguous, prefer the more complete workflow. If the user says "commit and open a PR", load docs/pr.md — it covers the full lifecycle including commit and branch.