| name | git-review |
| description | Review local git changes for correctness, risk, and release impact with findings-first output. |
Git Review
Use this skill when the task is to review a diff, commit stack, or local worktree.
Use when
- the user asks for a review
- a branch is about to be merged or released
- local changes need a correctness and risk pass
- the task is to identify regressions and missing tests
Workflow
- Gather git status and diff context.
- Identify the files with behavioral impact.
- Review for bugs, regressions, and missing test coverage.
- Check whether docs, release surfaces, or operator UX need matching updates.
- Report findings first, ordered by severity.
Output contract
Return:
Findings
Open questions or assumptions
Residual risk
Guardrails
- prefer concrete findings over broad praise
- cite file paths for issues
- mention when no findings were discovered