← ClaudeAtlas

code-investigatelisted

Dual-perspective code investigation. Use when: deep code analysis needing both Claude and Codex perspectives. Not for: quick exploration (use code-explore), code review (use codex-code-review). Output: integrated findings from dual analysis.
hmj1026/dhpk · ★ 2 · AI & Automation · score 74
Install: claude install-skill hmj1026/dhpk
# Code Investigate Skill ## When NOT to Use - Just need quick lookup (use Grep/Glob directly) - Code review (use codex-review) - System verification (use feature-verify) - Git history tracking (use git-investigate) ## Core Principle ``` Codex must explore independently. Feeding Claude's conclusions to Codex is prohibited. ``` ``` ┌─────────────────┐ ┌─────────────────┐ │ Claude Explores │ │ Codex Explores │ │ Independently │ │ Independently │ │ (Phase 1-2) │ │ (Phase 3) │ └────────┬────────┘ └────────┬────────┘ │ │ ▼ ▼ ┌───────────┐ ┌───────────┐ │ Claude │ │ Codex │ │ Conclusion│ │ Conclusion│ └─────┬─────┘ └─────┬─────┘ │ │ └───────────┬───────────┘ ▼ ┌─────────────┐ │ Consolidated│ │ Report │ │ (Phase 4) │ └─────────────┘ ``` ## Workflow | Phase | Name | Action | Output | | ----- | --------------- | ----------------------------------- | --------------------------- | | 1 | Claude Explore | Grep/Glob/Read to search code | Related files list | | 2 | Claude Conclude | Analyze logic, form understanding | Initial conclusion (internal)| | 3 | Codex Explore | Invoke Codex MCP to explore in