بنقرة واحدة
doc-check
Audit documentation freshness — find docs that are stale or missing coverage for recent code changes.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Audit documentation freshness — find docs that are stale or missing coverage for recent code changes.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Run full repo verification (lint, typecheck, test, security, diff review) and fix failures.
Create a new Next.js API route with proper typing and error handling.
Add a new daemon REST endpoint with types, handler, web API proxy, and hook.
Create a new database service following the FXFlow pattern.
Wire a new WebSocket event end-to-end (daemon → types → hook → component).
Refactor code to meet file-size limits and DRY rules without changing behavior.
| name | doc-check |
| description | Audit documentation freshness — find docs that are stale or missing coverage for recent code changes. |
| disable-model-invocation | true |
Scan for documentation that may be stale or missing based on current code state.
Gather changed files relative to the doc baseline:
git diff --name-only HEADgit diff --name-only HEAD~5..HEAD/doc-check HEAD~10)Map changes to docs using the documentation map in .claude/rules/09-docs-sync.md:
Check for staleness in each mapped doc:
components/ui/) not listed in apps/web/CLAUDE.mdhooks/use-*.ts) not listed in hook conventionsdocs/ai/realtime.md.claude/rules/ or .claude/skills/ not listed in root CLAUDE.mdCheck README.md for high-level accuracy:
Report findings:
Fix any issues found: