git-workflowlisted
Install: claude install-skill danielleit241/forge
# Git Workflow
Thin router over the two git workflow checklists. Each reference keeps the full
original content of the former standalone skill.
## Route
| Situation | Read |
| --- | --- |
| Need isolated workspace/worktree for feature work, risky plan, or dirty workspace | `references/worktrees.md` |
| Implementation complete and verified; choose merge / PR / keep / discard | `references/finishing-branch.md` |
## Usage Notes
- The two references cover opposite ends of the same lifecycle: isolate before
starting, integrate after verifying. Load both when finishing work inside a
worktree you created.
- Never declare unverified work complete: `finishing-branch.md` starts from a
passing check, and `worktrees.md` requires a baseline check after setup.
- When a forge work item is active, `ship` owns the readiness verdict;
`finishing-branch.md` covers only the integration mechanics after `READY`.