一键导入
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)