What problem does it solve? Keeping documentation and prose consistent with a style guide is tedious and error-prone when done manually. This Skill automates compliance reviews by fetching the latest Writing Guidelines and checking your files against every rule. ## Core Features & Use Cases - Fresh Rule Fetching: Retrieves the latest guidelines from the vercel-labs/writing-guidelines repository before each review, so checks always reflect current rules. - File and Pattern Review: Accepts a file path or glob pattern argument to review one or many documents in a single pass. - Terse Findings Output: Reports violations in a compact file:line format for quick navigation and fixing. - Use Case: Before publishing a docs update, run the review across all changed Markdown pages to catch voice, tone, and style violations before they reach readers. ## Quick Start Ask the assistant to review docs/intro.md against the writing guidelines and list all violations.