What problem does it solve? After running a content audit, teams face dozens of mechanical issues like encoding artifacts, broken markdown, and CMS migration debris that are tedious and error-prone to fix by hand. This Skill reads the audit JSON and applies the safe fixes automatically with verification and rollback. ## Core Features & Use Cases - Safety-tiered fix application: Classifies findings as SAFE, MODERATE, or MANUAL and applies only what the selected mode allows (default, --auto, --dry-run). - Encoding and markdown repair: Strips NBSP, zero-width characters, BOM, and mojibake; closes unclosed italics; removes WordPress shortcodes, PHP tags, and font tags. - Guardrails and verification: Dirty-file checks, stale-audit protection, build verification with per-file rollback, adversarial review, and a JSON fix report. - Use Case: After a content-audit flags 42 NBSP characters and mojibake across migrated blog posts, run this Skill to fix the SAFE findings automatically and generate a report of items needing manual review. ## Quick Start Run the content-fix skill on the latest content-audit JSON to apply all SAFE fixes and report what remains for manual review.