What problem does it solve? After visual verification (Stage 6V) finds runtime issues in a generated application, someone must manually triage and fix each failure, then re-verify — a slow, error-prone loop. This Skill automates the mechanical fixes (typically 60-80% of failures) and produces a structured human-review TODO list for issues requiring judgment. ## Core Features & Use Cases - Fixability Triage: Categorizes every 6V failure as 6V-A (auto-fixable), 6V-B (semi-auto with verification), or 6V-C (needs human judgment), with a detailed taxonomy and known failure patterns. - Multi-Agent Remediation: Spawns up to three parallel teammates (navigation/routing, component/UI, backend/data) working on non-overlapping file sets, with typecheck after every fix. - Verified Fix Cycle: Re-verifies each fix in the running app via Playwright at three breakpoints, reverts regressions, updates the 6V gate decision, and extracts reusable rules from verified fixes. - Use Case: After Stage 6V reports 30 failures on a generated Next.js app, run this Skill to auto-fix blocked public routes, dead links, missing i18n keys, and broken button handlers, then receive a report listing only the issues that genuinely need human decisions. ## Quick Start Ask the agent to run runtime remediation on the Stage 6V verification report and auto-fix the categorized failures.