What problem does it solve? Maintaining consistent, accurate technical documentation across a large repository is difficult. This Skill enforces the Gemini CLI documentation style guide when writing, editing, reviewing, or auditing Markdown files in the /docs directory, ensuring content matches the current codebase. ## Core Features & Use Cases - Style enforcement: Applies rules for voice, tone, grammar, formatting, links, and document structure (BLUF, headings, procedures, callouts) to every documentation change. - Documentation auditing: Runs a three-phase audit workflow (Editor, Software Engineer, Technical Writer) that finds style violations, verifies code accuracy against packages/, and identifies undocumented features. - Terminology consistency: Uses the quota-vs-limit style guide to keep resource-capacity wording consistent across user-facing content. - Use Case: When asked to document a new CLI command, the Skill inspects the relevant code in packages/, drafts the page following all style rules, checks links and docs/sidebar.json, and finishes with npm run format. ## Quick Start Ask the assistant to write or review a documentation page in the docs directory following the project style guide.