ワンクリックで
groom-notes
Review, prune, and suggest notes in notes.toml. Cleans stale notes and proposes new ones from recent changes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review, prune, and suggest notes in notes.toml. Cleans stale notes and proposes new ones from recent changes.
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 | groom-notes |
| description | Review, prune, and suggest notes in notes.toml. Cleans stale notes and proposes new ones from recent changes. |
| disable-model-invocation | false |
| argument-hint | [--warnings|--patterns|--all] |
Review all notes in docs/notes.toml — clean up stale ones and suggest new ones from recent work.
Parse notes: Read docs/notes.toml and list all notes with their sentiment, text preview, and mentions.
Identify candidates for removal:
Glob)Present findings: Show a summary of candidates grouped by reason:
Get approval: Present the list of proposed changes. Ask the user to confirm before making changes.
Execute: Use cqs notes remove / cqs notes update CLI commands. If the CLI isn't available, edit docs/notes.toml directly.
Report: Show before/after count and what was changed.
After pruning, scan for note-worthy events that aren't already captured:
git log --since="1 week ago" --oneline (or since last groom)cqs notes add for each approved suggestionNotes capture surprises — things that broke predictions or would trip up a future session:
Not good notes: routine changes, things obvious from code, activity logs.
Start with the built-in checker — it verifies every mention against the filesystem and index in one call:
cqs notes list --check --json
For anything it flags, confirm manually (Glob the file, cqs "<symbol>" --name-only) before proposing removal.
Cross-reference with git log — if a note mentions an issue number, check if that issue is closed.
cqs index to update the search index