What problem does it solve? Design audits produce lists of issues, but turning those findings into actual code changes requires prioritization, authorization checks, and verification. This Skill converts review findings into concrete, verified fixes without scope creep. ## Core Features & Use Cases - Finding-to-Fix Mapping: Reads existing review reports (or runs a read-only five-dimension review first) and extracts each issue's location, impact, evidence, severity, and acceptance criteria. - Prioritized Implementation: Orders fixes P0 to P2, addressing structure, usability, and accessibility before visual consistency and polish, with each change traceable to an original finding. - Authorization & Escalation: Outputs a fix plan only when the user wants suggestions, modifies files only on explicit approval, and consults a design-decision advisor when fixes conflict or require large refactors. - Verification & Delivery: Runs the project's build, tests, and lint, re-checks contrast, focus, responsiveness, and states, then saves a report to .monkren/improvements/{project}-{date}/report.md. ## Quick Start Fix the P0 and P1 issues from my latest design review report and verify the changes with the project build and tests.