good-docs-audit

Audit documentation against a style guide and report violations with rewrites.

30.0k|4.8k|Updated Feb 23, 2024
One-click install
npx skills add https://github.com/ComposioHQ/composio --skill good-docs-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: good-docs-audit
Source: https://github.com/ComposioHQ/composio/tree/main/.agents/skills/good-docs-audit
Command: npx skills add https://github.com/ComposioHQ/composio --skill good-docs-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Documentation often drifts from a team's established voice and style rules, and manually reviewing prose for hedging, passive voice, banned punctuation, and inconsistent terminology is slow and error-prone. This Skill audits docs, guides, READMEs, or prose against the good-docs-writing style guide and produces a structured findings report without editing files unless asked.

Core Features & Use Cases

  • Rule-based auditing: Checks prose against a prioritized 12-item violation checklist covering hedging, passive voice, marketing fluff, em-dashes, terminology, and code formatting.
  • Structured findings report: Outputs findings grouped by severity (high, medium, low) with file:line citations, exact offending text, and concrete rewrites mapped to style-guide categories.
  • Report-only by default: Never modifies files unless the user explicitly asks for fixes, making it safe for review workflows.
  • Use Case: A technical writer asks to lint a README before release; the Skill reads the style guide, walks each rule category, and returns a report like "README.md:42 · [Punctuation] Em-dash banned" with a suggested rewrite for every finding.

Quick Start

Audit the file docs/getting-started.md against the good-docs-writing style guide and report all voice and tone violations with suggested rewrites.

Frequently Asked Questions about good-docs-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit documentation against a style guide?

Point the Skill at a file, directory, or glob of docs and it reads the good-docs-writing style guide first, then walks each rule category against the prose. It returns a structured report with file:line citations, offending text, and concrete rewrites grouped by severity.

What writing issues does a docs audit check for?

The audit checks a prioritized 12-item checklist including hedging and filler words, passive voice, marketing fluff, banned em-dashes, third-person distance, undefined jargon, inconsistent terminology, heading case drift, missing backticks, buried warnings, weak openings, and unrunnable code snippets.

Does the docs audit edit my files automatically?

No, the default behavior is report-only. The Skill produces findings and offers to apply fixes, but it only modifies files when you explicitly ask it to fix, rewrite, or apply the suggestions.

What format does the audit report use?

The report starts with a summary line counting findings by severity, then groups findings into High, Medium, and Low sections. Each finding includes the file path and line number, the style-guide category in brackets, the exact offending quote, and a suggested rewrite.

When should I not use a style-guide audit?

Skip the audit when prose already matches the target voice, since the Skill is designed to report honestly rather than invent violations. It is also not a grammar checker or spell checker; it focuses on voice, tone, and house-style consistency.