From rite
Investigate code structures (/investigate) using a 3-phase process: Grep to locate, Read to verify, and Codex (optional) to cross-check. Prevents false reports from guessing. Covers all code structures: function calls, hashes, conditionals, method chains, class definitions, and configuration values. Activates on "調査", "investigate", "コード調査", "grep で調べて", "呼び出し箇所", "使われ方", "一覧", "全件", "どこで使われている".
How this skill is triggered — by the user, by Claude, or both
Slash command
/rite:investigateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
ソースコードを正確に調査し、検証済みの結果を報告するスキル。
ソースコードを正確に調査し、検証済みの結果を報告するスキル。
When activated, this skill provides:
Structured Investigation Process
Code Structure Coverage
Verification Guarantees
Reads investigate section from rite-config.yml:
investigate:
codex_review:
enabled: true # Set false to skip Codex cross-check in Phase 6
When codex_review.enabled is false or Codex MCP is unavailable, Claude performs self-verification as an alternative (Phase 6b: 代替検証).
Full investigation procedure: commands/investigate.md
Lightweight protocol for use in other phases: references/investigation-protocol.md
npx claudepluginhub asakaguchi/cc-rite-workflow --plugin riteGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.