What problem does it solve? After a design audit identifies off-system values in your UI code, someone still has to manually apply each correction. This Skill mechanically applies those findings — replacing incorrect spacing, colors, and typography values with the contract-specified ones — while tracking progress in the audit artifact. ## Core Features & Use Cases - Audit-driven fixes: Reads findings from docs/tmp/design-audit-*.md and applies the expected value from the design system contract (docs/DESIGN_SYSTEM.md). - Safe, verified changes: Confirms the current code still matches the audit before editing, skips stale findings, and runs type checks, tests, and linting afterward. - Progress tracking: Marks completed items in the audit artifact and reports fixed, skipped, and remaining counts. - Use Case: After running a design audit that flagged 20 spacing and color violations, ask the agent to fix items 1-10; it applies each one-line fix (e.g., p-3 to p-4, #6366f1 to var(--color-primary)) and checks them off in the audit file. ## Quick Start Fix all violation items from the latest design audit artifact in docs/tmp using the design system contract. Note: this Skill is deprecated; prefer the current ui-* and design-* reference skills unless you specifically need the legacy docs/DESIGN_SYSTEM.md workflow.