What problem does it solve? Documentation written by multiple contributors drifts in tone, heading style, and structure, making docs harder to scan and maintain. This Skill enforces the Microsoft Style Guide plus Squad-specific conventions so every page follows the same rules. ## Core Features & Use Cases - Style enforcement: Applies sentence-case headings, active voice, second person, present tense, and bans ampersands in prose. - Structural templates: Defines the standard page layout of title, warning callout, try-this prompt, overview, and H2 sections with cross-references at the bottom. - Test sync rule: Reminds authors to update EXPECTED_* arrays in test/docs-build.test.ts whenever new doc pages are added. - Use Case: When drafting a new feature guide, use this Skill to format the page correctly and avoid review rejections for style violations. ## Quick Start Review my new documentation page and rewrite it to follow the Squad docs standards.