What problem does it solve? Design system documentation files drift out of sync over time: inconsistent frontmatter field order, missing version metadata, unnumbered sections, and misaligned tables make guides hard to maintain. This Skill audits every *-guide.md file against a fixed checklist and normalizes deviations automatically. ## Core Features & Use Cases - Checklist-Based Audit: Validates frontmatter field order, semver versioning, heading structure, status lines, table alignment, token notation, and code block language tags. - Safe Normalization: Fixes only structural and formatting issues while strictly preserving guide content, token examples, and existing changelog entries. - Versioned Fixes with Commits: Applies a patch version bump, prepends a changelog entry, and creates one commit per fixed file. - Use Case: Run it before a design system release to verify all guides in skills/_shared/ follow the reference structure, then auto-fix violations with --auto mode. ## Quick Start Audit all guide files in skills/_shared/ and show me a report of any structural inconsistencies.