What problem does it solve? After a design-system audit flags issues in Figma files, teams need a controlled way to remediate one specific finding without accidentally rewriting entire screens or drifting into unrelated cleanup. ## Core Features & Use Cases - Targeted Remediation: Accepts a single audit finding (JSON or paraphrased) and fixes only the offending node, classifying the fix as swap-instance, compose-from-primitives, bind-tokens, or align-variant. - Compatibility Gating: Runs a local compatibility check before any write, stopping with blocked or needs-human-choice when a library component cannot preserve text, icon, or sizing contracts. - Safe Writes with Backup: Duplicates only the affected node before destructive edits and validates the specific finding afterward rather than the whole screen. - Use Case: An audit reports that a button was recreated as a raw frame instead of the library Button component. Provide the finding JSON, and the skill swaps in the correct component, backs up the original, and confirms the issue is resolved. ## Quick Start Use the fix-design-system-finding skill on this audit-design-system finding and fix only that targeted issue in my Figma file.