What problem does it solve? Code reviews often produce findings that get silently dropped, letting minor issues accumulate into technical debt. This Skill enforces a strict rule: every review finding is either fixed and verified, or deferred with a GitHub tracking issue linked in the review artifact. ## Core Features & Use Cases - Systematic Finding Resolution: Converts every review finding into a checklist item and works through fixes for critical, major, and minor issues (naming, documentation, style). - Enforced Deferral Tracking: Any finding not fixed in the current PR must produce a GitHub issue via gh issue create with labels like review-finding and spawned-from:#PR, linked back in the review artifact. - Verification Gate: Re-runs lint, typecheck, tests, and build, then updates the review artifact to confirm "Unaddressed: 0" before completion. - Use Case: After a comprehensive review of PR #123 lists five findings, use this Skill to fix three in place, create tracking issues for two out-of-scope items, and update the review comment so nothing disappears without a trace. ## Quick Start Apply all findings from the latest code review, fixing what you can and creating GitHub tracking issues for anything deferred.