What problem does it solve?
Deeply review and harden the whole Interleave app, component by component, via a
dynamic Workflow with one phase per part of the application (many parts — take
your time). For each component an independent auditor verifies it is implemented
as expected, the design works (light + dark, matches the kit), nothing is broken
/ weird / nonsensical, and there are enough tests — then a fixer loop (≤6 rounds)
fixes EVERYTHING it finds (small wins and small mistakes included) unless a fix
needs a massive refactor, and commits per component. Use when asked to "review
the app in depth", "harden / audit everything", "do a full quality pass", or
check the whole application is solid.
Core Features & Use Cases
The skill decomposes the app into many components and runs an adversarial audit → fix → re-audit loop per component to surface defects, enforce design invariants, and ensure test coverage. It provides commit per component to preserve traceability and supports up to six rounds to reach a clean state. It relies on the Workflow tool to orchestrate cross-cutting checks (design fidelity, data integrity, and architecture invariants) across the full system.
Quick Start
Run a per-component deep review by initiating audits, applying fixes, and committing changes for every part of the Interleave app.