documentation-audit
✓This skill should be used when verifying documentation claims against codebase reality. Triggers on "audit docs", "verify documentation", "check docs", "docs accurate", "documentation drift", "before release", "after refactor", "docs don't match". Uses two-pass extraction with pattern expansion for comprehensive detection.
Installation
SKILL.md
Systematically verify claims in documentation against the actual codebase using a two-pass approach.
Core principle: Low recall is worse than false positives—missed claims stay invisible.
| fileref | scripts/foo.py | File exists? | | configdefault | "defaults to 'AI Radio'" | Check schema/code | | envvar | STATIONNAME | In .env.example + code? | | clicommand | --normalize flag | Script supports it? | | behavior | "runs every 2 minutes" | Check timers/code |
This skill should be used when verifying documentation claims against codebase reality. Triggers on "audit docs", "verify documentation", "check docs", "docs accurate", "documentation drift", "before release", "after refactor", "docs don't match". Uses two-pass extraction with pattern expansion for comprehensive detection. Source: 2389-research/claude-plugins.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/2389-research/claude-plugins --skill documentation-audit- Category
- ""Writing
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is documentation-audit?
This skill should be used when verifying documentation claims against codebase reality. Triggers on "audit docs", "verify documentation", "check docs", "docs accurate", "documentation drift", "before release", "after refactor", "docs don't match". Uses two-pass extraction with pattern expansion for comprehensive detection. Source: 2389-research/claude-plugins.
How do I install documentation-audit?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/2389-research/claude-plugins --skill documentation-audit Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/2389-research/claude-plugins
Details
- Category
- ""Writing
- Source
- skills.sh
- First Seen
- 2026-02-01