dotfiles/agents/skills/git-review/SKILL.md
Review uncommitted changes for issues, missed items, and improvements. Use when reviewing before commit or when user asks to check their work.
npx skillsauth add szymonkaliski/home-configuration git-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Review the git diff and identify:
!git diff $ARGUMENTS
!git diff --cached
Provide a concise, actionable summary. If everything looks good, say so briefly.
Before flagging an issue, read the relevant surrounding code to verify it's actually a problem. Specifically:
Do not flag something as an issue if the existing codebase already handles it. Only report confirmed or highly likely problems.
development
Test-driven bug fixing and feature development. Use when fixing bugs or building features — works with test suites or ad-hoc repro scripts. Enforces red-green-refactor vertical slices.
tools
Open the current plan file in nvim for user review
tools
Format, lint, test, and commit changes. Detects repo tooling automatically.
tools
Understand current work context from recent changes. Use at session start or when resuming work.