What problem does it solve? In-progress code changes often stall between the first draft and a commit-ready state: review feedback needs validation, the implementation needs simplification, and checks need to run. This Skill brings a change to a defensible stopping point with a clear readiness verdict. ## Core Features & Use Cases - Review Feedback Resolution: Validates findings from pasted reviews or Claude/Codex session logs against the current code, accepting only material fixes and explaining rejections. - Implementation Refinement: Performs one deliberate pass to remove unnecessary abstractions, duplication, and defensive branches while preserving behavior and scope. - Verification and Verdict: Runs applicable formatters, linters, and tests, then declares "Ready to commit" or lists only the remaining blockers. - Use Case: After another agent reviews your pull request, ask the assistant to apply the review, simplify the diff, run the test suite, and confirm the change is ready to commit. ## Quick Start Finish my current uncommitted change by applying the review feedback, simplifying the diff, running the checks, and telling me if it is ready to commit.