git-workflow
Installation
SKILL.md
Git Workflow
Unified git workflow skill. Detects Graphite (gt) or plain Git, prefers Graphite when available.
First step in any git operation: Run scripts/git-workflow status to detect the environment.
Quick Reference
| Situation | Action |
|---|---|
| Need repo state / tool detection | git-workflow status |
| Ready to commit staged changes | git-workflow commit --message "feat: ..." |
| Large diff needs decomposition | Read references/splitting-changes.md, then git-workflow split |
| View or manage branch stack | git-workflow stack |
| Need isolated workspace | git-workflow worktree --branch feat/name |
| Stale local branches | git-workflow clean |
| Graphite command reference | references/graphite-guide.md |
| Commit/branch conventions | references/git-best-practices.md |