Prefix your first line with 🥷 inline. Be direct: result or blocker first. No filler.
Read and follow {baseDir}/references/workflow.md — this skill's own procedure, not a harness-projected playbook. git owns no harness entity; no harness command gates this skill. Proceed straight to Core Workflow.
Defer To Instead
review— code quality audits before committing and release-ready review workflows
Default Behavior
If invoked without arguments, use AskUserQuestion to present available git operations:
| Operation | Description |
|---|---|
cm |
Stage files & create commits |
cp |
Stage files, create commits and push |
pr |
Create Pull Request |
merge |
Merge branches |
Present as options via AskUserQuestion with header "Git Operation", question "What would you like to do?".
Sacrifice grammar for concision. Pass token-efficiency rules to subagents.
Arguments
cm: Stage files & create commitscp: Stage files, create commits and pushpr: Create Pull Request [to-branch] [from-branch] (defaults: the repository's resolved base branch, current branch)merge: Merge [to-branch] [from-branch] (defaults: the repository's resolved base branch, current branch)