Docs Audit banner
JackScammell JackScammell

Docs Audit

Security community

Description

--- description: Detect stale or fabricated documentation after code changes — symmetric to /onboard-codebase effort: medium argument-hint: "[--scope <path>] [--since <ref>] [--doc-globs <pattern>] [--severity <level>]" --- # Docs Audit `/onboard-codebase` generates documentation from code. This is its symmetric opposite: it checks that existing documentation still reflects the code. Catches stale references, renamed APIs, deleted files, and fabricated claims. Identified in the toolset-gaps d

Installation

Installs to ~/.claude/skills/jackscammell-parliament-of-chaos-docs-audit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jackscammell-parliament-of-chaos-docs-audit && curl -fsSL https://raw.githubusercontent.com/JackScammell/Parliament-Of-Chaos/HEAD/commands/docs-audit.md -o ~/.claude/skills/jackscammell-parliament-of-chaos-docs-audit/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository