원클릭으로
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.