## What problem does it solve?
Squad documentation must be consistent, scannable, and aligned with the Microsoft Style Guide to reduce review cycles, improve user comprehension, and make docs discoverable across projects. This Skill captures the authoritative rules and team-specific patterns so authors and reviewers apply the same conventions.
## Core Features & Use Cases
- Style rules: Enforces sentence-case headings, active voice, second-person perspective, present tense, and avoidance of ampersands in prose except where appropriate.
- Squad patterns: Prioritizes scannability, "Try this" prompts at the top, experimental warnings for preview features, and cross-references placed after main content.
- Structure & process: Recommends a canonical page layout (Title → Warning → Try this → Overview → HR → H2 sections) and a Test Sync Rule that requires updating EXPECTED_* arrays when adding docs pages.
- Use cases: Authoring new feature guides, auditing docs for style compliance, and preparing content for release to reduce editorial churn.
### Quick Start
Use the docs-standards skill to review a documentation page and return a list of edits and style violations mapped to the Microsoft Style Guide and Squad conventions.