by obra
Structured Git workflow for finishing a development branch once implementation is done and tests pass, guiding you through local merge, push and PR, keeping the branch, or discarding it.
by obra
Structured Git workflow for finishing a development branch once implementation is done and tests pass, guiding you through local merge, push and PR, keeping the branch, or discarding it.
by obra
A focused skill for handling GitHub code review feedback with technical rigor: read, verify against the codebase, clarify unclear requests, and respond without performative agreement or blind implementation.
by obra
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
by obra
Use when starting feature work that needs isolation from your current workspace – using-git-worktrees helps you create safe, structured Git worktrees with smart directory selection and safety checks.
by obra
Enforce a strict rule that no work is declared done, fixed, or passing until you run the actual verification command, inspect the output, and base your claim on fresh evidence.