一键导入
review-docs
Review the docs/ hub for broken links, staleness, duplicate coverage, index currency, and size bloat. Creates board tasks for every finding.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review the docs/ hub for broken links, staleness, duplicate coverage, index currency, and size bloat. Creates board tasks for every finding.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use when setting up a new project with the ve-kit framework, adding a layer to an existing setup, or upgrading an older .claude/ config. Runs the ve-kit BOOTSTRAP protocol interactively — prerequisite checks, project-info questions, writes all rules/hooks/skills/agents files, builds the Vibe Board MCP server, self-verifies at the end. Triggers on "/bootstrap", "set up this project with ve-kit", "run the bootstrap", or "upgrade my ve-kit setup".
Full autonomous RIPER cycle in one command. Runs RESEARCH → PLAN → REVIEW → EXECUTE → REVIEW with auto-advance on REVIEW PASS. Stops only on REVIEW FAIL, user-required decisions, or safety guards.
Use when entering PLAN mode or when the user says "Enter P". Creates structured implementation plans with Vibe Board tasks and specialist agent assignments for each checklist item.
Review all specialist agent definitions in .claude/agents/ for accuracy, currency, and Anthropic best-practice compliance. Flags stale references, wrong model assignments, missing examples, merge/split candidates, and gap-analysis coverage. Creates board tasks for every finding.
Orchestrator that runs the full review-* family (agents, skills, rules, docs, memory) and aggregates findings under a single board parent task. Produces a prioritized remediation roadmap. Use for full system audits.
Review the Vibe Board (Firebase Firestore) for stale tasks, orphans, duplicates, done-but-unmarked work, abandoned projects, session handoff quality, and referential integrity. Creates remediation board tasks for every finding.
基于 SOC 职业分类
| name | review-docs |
| description | Review the docs/ hub for broken links, staleness, duplicate coverage, index currency, and size bloat. Creates board tasks for every finding. |
| disable-model-invocation | true |
| user-invocable | true |
Reviews the project documentation tree at docs/**/*.md plus the master index at docs/README.md.
Part of the review-* skill family. Cites ../_shared/review-checklist.md.
Owner: docs-manager agent.
Board tasks only. Lean summary to main agent.
docs/**/*.md (excluding archive/ and code-backup/)git log -1 --format=%cs -- <file>)docs/README.md — extract every link and match to actual fileFor docs/README.md:
docs/*/README.md + docs/*.md)docs/ not referenced from the README?Flag:
For each doc file, check every markdown link [text](path):
#L42) validFor each doc, flag:
2026-04-22.dahlia)For the tree as a whole:
docs/auth/ + docs/authentication/)-v1.md, -new.md, -updated.md) — consolidate into single authoritative source| Doc type | Target | Hard limit |
|---|---|---|
| Individual doc | < 500 lines | 800 lines |
| README.md in a sub-dir | < 200 lines | 300 lines |
Master docs/README.md | < 150 lines (it's an index) | 250 lines |
Flag oversized docs for splitting.
docs/archive/)README.md (convention violation)For each doc, spot-check (don't brute-force all):
src/…, services/…)Flag broken references. Priority: docs that are canonical references for a feature (e.g., CURRENT-TWO-TIER-ARCHITECTURE.md) get stricter checks.
For key docs flagged as "source of truth" in CLAUDE.md:
docs/case-law/CURRENT-TWO-TIER-ARCHITECTURE.mddocs/chat/v4/README.mddocs/stripe/README.mddocs/deployment/cloud-build-migration.mddocs/mig/README.mddocs/n8n/architecture.mddocs/security/CSP-Policy-Guide.mdEach must be up-to-date, self-contained, and free of broken refs.
Create parent tasks per severity + subtasks on project <YOUR_AUDIT_PROJECT_ID>. Assigned agent: docs-manager.
Return ≤ 100 words:
DOCS REVIEW COMPLETE
- [N] docs reviewed ([X] in archive — skipped)
- [C/H/M/L] findings per severity → board parent tasks
- [O] orphan docs
- [D] duplicate-content pairs
- [B] broken internal links
-v2.md, -new.md, -updated.md file naminggit log -1 --format=%cs -- <file> for last-modified dates