ワンクリックで
review-docs
Review docs for staleness after feature work. Compare each doc against the codebase, flag stale content, and update or delete.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review docs for staleness after feature work. Compare each doc against the codebase, flag stale content, and update or delete.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | review-docs |
| description | Review docs for staleness after feature work. Compare each doc against the codebase, flag stale content, and update or delete. |
| disable-model-invocation | true |
| argument-hint | ["all|<filename>"] |
| allowed-tools | Read, Grep, Glob, Bash(git *, ls *, wc *), Edit, Write, Agent |
Review and update docs/ after feature work that may have made documentation stale.
After any change that:
If $ARGUMENTS is all, review every file in docs/ and docs/future/.
If $ARGUMENTS is a filename, review only that file.
For each doc, launch an Explore subagent that:
Each doc should contain ONLY information that is:
Each doc should NOT contain:
/openapi.json or /help).env.example or the code)docs/git diff --stat to confirm scope**/*.mdStart the local development environment (embedded Postgres + Meilisearch + API) and run e2e tests.
Initialize a repo as an Arkeon knowledge base and build a knowledge graph from its documents.
Build, test, version-bump, and publish the arkeon npm package from main.
Find and create relationships between entities across different spaces in the graph.
Fix a GitHub issue in an isolated worktree, test, commit, and open a PR.
Merge a GitHub PR, watch CI/CD pipeline, and check if publishable packages need a release.