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 で調べて", "呼び出し箇所", "使われ方", "一覧", "全件", "どこで使われている".
From ritenpx claudepluginhub b16b1rd/cc-rite-workflow --plugin riteThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
ソースコードを正確に調査し、検証済みの結果を報告するスキル。
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