How this skill is triggered — by the user, by Claude, or both
Slash command
/oh-my-claudecode:analyzeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
[ANALYSIS MODE ACTIVATED]
[ANALYSIS MODE ACTIVATED]
Conduct thorough analysis of the specified target (code, architecture, issue, bug, performance bottleneck, security concern).
Gather Context
Analyze Systematically
For Debugging/Bug Analysis (4-Phase Protocol)
When analyzing bugs or issues, follow systematic debugging:
Root Cause First - Never skip to fixes
Pattern Analysis - Find working vs broken
3-Failure Circuit Breaker - If stuck:
Synthesize Findings
Provide Recommendations
Present findings clearly:
Stay objective. Cite file paths and line numbers. No speculation without evidence.
During deep analysis, you SHOULD consult Codex for validation.
Use mcp__x__ask_codex with:
agent_role: "architect" for architectural analysisagent_role: "analyst" for requirements/root cause analysisnpx claudepluginhub airudotsh/oh-my-claudecodeCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.