What problem does it solve? Uncommitted changes often accumulate style issues, unnecessary complexity, weak tests, and convention violations that authors overlook in their own diffs. This Skill performs a fresh-context review of the working diff and fixes problems directly before commit, rather than producing a report of suggestions. ## Core Features & Use Cases - Fresh-context subagent review: Dispatches a general-purpose subagent with empty context to review the uncommitted diff without author bias, reading the full diff and untracked files before editing. - Direct cleanup, not reporting: Applies the repository review checklist to cut dead code, rename, flatten, and restructure, while fixing lint findings at their source. - Narrowest credible verification: Selects focused tests or layers matching the changed surface, runs scripts/lint.sh, and reports honest blocked or skipped capabilities. - Use Case: After finishing an ad-hoc bug fix in a Lua/LÖVE repository, invoke this Skill to have a fresh reviewer clean the diff, remove speculative helpers, run the affected test layer plus lint, and return a summary of changes and verification status. ## Quick Start Ask the AI to run the change-review skill on the current uncommitted working diff and fix any issues it finds before commit.