skills/scout/SKILL.md
Read-through scan wrapper. Invokes scouting-anomalies on a file or glob. Use when user mentions /scout, scout, 通読スキャン, read-through, 違和感拾い, 気になるとこ洗い出し. Do NOT use for full audit (use /audit) or PR screening (use /preview).
npx skillsauth add thkt/dotclaude scoutInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
scouting-anomalies のラッパー。
| Step | Action |
| ---- | ------------------------------------------------------ |
| 1 | $1 を glob 展開 (空なら AskUserQuestion で scope 確認) |
| 2 | Skill scouting-anomalies 呼び出し |
| 3 | サマリー表示 |
| Metric | Value |
| ---------------- | ------------------------------------------ |
| files_scanned | count |
| anomalies_raised | count (Filter 前) |
| anomalies_staged | count (post-filter) |
| filter_skipped | count |
| reviewer_fit | prefix 出現回数 + [] 件数 |
| staging_path | $HOME/.claude/workspace/scout/staging.md |
恒等: raised = staged + skipped。reviewer_fitはprefix単位集計 (1 entryに複数prefixあり得る)。
tools
Delegate implementation to codex (coder) via the herdr-agentchat plugin and drive a two-pane conversation to completion.
development
Extract recurring patterns from past closed PRs/issues and the research findings in workspace/research/, verify them against the latest code, and propose them to docs/wiki/ via PR.
development
Create Decision Records (DR) in MADR v4 format with auto-numbering.
development
Detect flaky tests by shaking them — repeated runs under varied order, parallelism, and seed — plus a static smell scan that flags latent flakiness in tests that currently pass. Classify each target as confirmed-flaky, latent-flaky, or stable and fix the root cause without weakening the test. Do NOT use to fix a confirmed single bug (use /fix) or for static-only code review (use /audit).