ワンクリックで
audit-docs
Audit all documentation under docs/ against the actual codebase and fix any inaccuracies
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Audit all documentation under docs/ against the actual codebase and fix any inaccuracies
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | audit-docs |
| description | Audit all documentation under docs/ against the actual codebase and fix any inaccuracies |
| user_invocable | true |
Review all of our documentation under docs/ and identify places where the documentation is outdated, incorrect, or generally doesn't match with how paude currently works. Every example, every command, every detail needs to match what the actual code does.
Split this work up into a few subagents across the doc files to explore them in parallel. For each doc file:
For each discrepancy found, report:
After gathering all findings, fix every confirmed issue by editing the doc files directly. Then run make lint and make typecheck to verify nothing is broken.