Agent skill · AI & Agents

code-investigate

Dual-perspective code investigation. Claude explores independently, then Codex explores independently (no feeding), finally integrate both conclusions.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill code-investigate --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Allowed tools: ReadGrepGlobBashmcp__codex__codex
Path: skills/analysis/code-investigate/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Code Investigate Skill ## Trigger - Keywords: investigate code, how feature works, trace implementation, dual confirmation, deep dive, how code works, what this code does, code research ## 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

What's inside
Steps it walks through
  1. Trigger
  2. When NOT to Use
  3. Core Principle
  4. Workflow
  5. Codex Invocation Rules
  6. Required Parameters
  7. Correct Approach
  8. Prohibited Approaches
  9. Verification Checklist
  10. References
  11. Examples
  12. Feature Investigation
  13. Mechanism Understanding
  14. Problem Diagnosis
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the code-investigate skill do?

Dual-perspective code investigation. Claude explores independently, then Codex explores independently (no feeding), finally integrate both conclusions.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill code-investigate --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going