بنقرة واحدة
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.