What problem does it solve? Code review feedback often arrives as scattered markdown files, and deciding which comments to act on, tracking what was changed, and recording why items were rejected is tedious and error-prone. This Skill turns review feedback into a structured, auditable implementation workflow. ## Core Features & Use Cases - Feedback Triage: Reads review files matching ./scratchpad/review-*.md and evaluates each item for validity, security impact, and code quality. - Prioritized Implementation: Addresses security issues first, then low-risk quality improvements, deferring style preferences unless trivial. - Audit Trail: Writes results to ./scratchpad/review-<X>_fixed.md including processing date, source file hash, and per-item accept/reject reasoning. - Use Case: After a pull request review generates a review-42.md file, use this Skill to work through every comment, apply the accepted fixes, and produce a documented record of decisions for the reviewer. ## Quick Start Process the code review feedback files in the scratchpad directory and implement the accepted changes with documented reasoning.