What problem does it solve? After a code review round is exported into issue files, someone still has to read each issue, decide if it is valid, implement the fix, and verify nothing broke. This Skill automates that remediation loop so review feedback is resolved consistently and traceably. ## Core Features & Use Cases - Issue triage: Reads every scoped issue file, marks each as valid or invalid, and records technical reasoning in the file's Triage section. - Severity-ordered fixes: Implements production-quality fixes for valid issues in critical-to-low order, with tests updated when behavior changes. - Verified completion: Runs the repository's real verification workflow before marking issues resolved or committing, and documents pre-existing failures instead of reverting fixes. - Use Case: A reviewer leaves 12 comments on a pull request. The review round files already exist under .compozy/tasks/<name>/reviews-NNN/. This Skill triages all 12, fixes the 9 valid ones, documents why 3 are invalid, runs the test suite, and leaves a clean diff for review. ## Quick Start Resolve the batched review issues in the current review round directory and verify the fixes before committing.