What problem does it solve? Documentation written by multiple contributors drifts in tone, heading style, and structure, which hurts readability and breaks automated docs tests. This Skill provides a single reference for Microsoft Style Guide rules plus Squad-specific formatting patterns so every page stays consistent. ## Core Features & Use Cases - Style rule enforcement: Sentence-case headings, active voice, second person, present tense, and no ampersands in prose. - Squad formatting patterns: Scannable structure with short paragraphs, bullet lists, "Try this" prompts at the top, experimental warnings, and cross-references at the bottom. - Test sync rule: Reminds contributors to update EXPECTED_* arrays in test/docs-build.test.ts whenever new docs pages are added. - Use Case: When drafting a new feature page under features/ or scenarios/, apply this Skill to produce correctly styled Markdown and update the docs build test assertions in the same commit. ## Quick Start Review my new documentation page and rewrite it to follow the Microsoft Style Guide and Squad formatting conventions.