What problem does it solve? After a code review produces a list of findings, it is unclear which issues to fix now, which to defer, and which to ignore. This Skill turns a review into a controlled workflow: triage each finding, fix the chosen ones one at a time with tests, log the rest as issues, and keep the PR up to date. ## Core Features & Use Cases - Structured triage: Sorts findings into fix-now, defer/log-as-issue, needs-manual-review, and won't-fix buckets, asking for direction when scope is unclear. - One-at-a-time fixes with tests: Each accepted fix gets an explanation, the code change, and a test proving it works. - PR synchronization: Commits via the piv-commit skill and pushes so the PR reflects the fixes, then validates with the piv-validate skill. - Use Case: A reviewer leaves 12 comments on your pull request. You run this Skill with the review file, choose to fix 5 now, defer 4 as tracker issues, flag 2 for manual testing, and dismiss 1 as noise — then push the fixes so the review can re-run. ## Quick Start Ask the assistant to triage the findings in your code review file, fix the in-scope issues one at a time with tests, defer the rest as issues, and push the fixes to the PR.