ワンクリックで
docs-review
Review project docs for staleness. Checks lib.rs, Cargo.toml, README, CONTRIBUTING, SECURITY, PRIVACY, and GitHub repo metadata.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review project docs for staleness. Checks lib.rs, Cargo.toml, README, CONTRIBUTING, SECURITY, PRIVACY, and GitHub repo metadata.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run a multi-category code audit on the cqs codebase. Spawns parallel agents per batch.
Trust-boundary security audit of cqs — fans out unbiddable-auditor agents across 6 categories (RT-INJ/RT-FS/RT-RES/RT-DATA/RT-RELAY/RT-EXFIL), attacker mindset, run-the-attack PoC + regression guard.
Run the retrieval recall gate with dead-gold triage and the binary A/B regression test. Required before release tags; use after any retrieval-adjacent merge.
Run after making changes, before committing — reviews the current git diff for impact and risk via cqs review.
Release a new version of cqs. Bumps version, updates changelog, runs the recall gate, publishes to crates.io, creates GitHub release.
One-command setup for cqs in a new project — skills, tears infrastructure, CLAUDE.md, init, index.
| name | docs-review |
| description | Review project docs for staleness. Checks lib.rs, Cargo.toml, README, CONTRIBUTING, SECURITY, PRIVACY, and GitHub repo metadata. |
| disable-model-invocation | false |
Check all project documentation for staleness and fix what's drifted.
Scope the review:
git log vLAST_TAG..HEAD --stat to see what changed since last releaseCheck each item:
| File | What to check |
|---|---|
src/lib.rs doc comment | Language count, feature list, API examples compile, Quick Start accuracy |
Cargo.toml | description (crates.io one-liner), keywords, categories |
README.md | Hardcoded versions (schema, install), feature list, usage examples, badge URLs |
CONTRIBUTING.md | Architecture Overview matches current file layout — any files added/moved/renamed? |
SECURITY.md | Threat model current, dependency notes, any new attack surfaces? |
PRIVACY.md | Data handling claims still accurate? |
CLAUDE.md | Skills list matches .claude/skills/; Project Conventions accurate (MSRV, feature names); WSL/CI guidance not contradicting current practice |
| GitHub repo | Description and topics — gh repo view, update with gh repo edit if needed |
Fix and report:
/release references this)