analyze

Investigate software bug root causes with evidence-based findings.

20|6|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/realsigridjin/oh-my-codex --skill analyze-realsigridjin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze
Source: https://github.com/realsigridjin/oh-my-codex/tree/main/skills/analyze
Command: npx skills add https://github.com/realsigridjin/oh-my-codex --skill analyze-realsigridjin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps uncover the causes of complex bugs, performance issues, dependency problems, and architectural questions without stopping at surface-level observations.

Core Features & Use Cases

  • Deep Investigation: Examines architecture, behavior, dependencies, and performance concerns across multiple files.
  • Evidence-Based Findings: Produces structured conclusions with file references, root causes, hypotheses, and actionable recommendations.
  • Specialized Routing: Uses Codex MCP with an architect role when available, or falls back to an architect agent for thorough analysis.
  • Use Case: Investigate why WebSocket connections drop after 30 seconds by gathering relevant source files and returning a grounded root-cause analysis.

Quick Start

Use the analyze skill to investigate why the WebSocket connections in this project drop after 30 seconds.

Frequently Asked Questions about analyze

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the root cause of a complex software bug across multiple files?

To investigate cross-file architectural behavior, you provide relevant context files for broad context gathering. The analysis routes through Codex MCP with an architect role or an architect agent fallback to evaluate dependencies and structural impacts.

What's the best way to debug performance issues and dependency impacts in my project?

The best way to debug performance issues and dependency impacts is through structured investigation that examines architecture and behavior. This Skill uncovers causes beyond surface-level observations by returning grounded, evidence-based findings with actionable recommendations.

Do I need specific context files to perform a root cause analysis?

Yes, relevant context files are required to perform root cause analysis. The investigation requires these files to gather broad context, apply evidence-based reasoning across multiple files, and generate structured findings with specific file references.

How does architecture analysis work when investigating system behavior?

Architecture analysis works by routing provided context files through Codex MCP with an architect role or an architect agent fallback. This mechanism applies evidence-based reasoning to evaluate architectural behavior, dependency impacts, and performance concerns across multiple files.

Can I use this approach to investigate why WebSocket connections drop unexpectedly?

Yes, you can investigate why WebSocket connections drop unexpectedly by gathering relevant source files and requesting a grounded root-cause analysis. The investigation examines cross-file behavior and architecture to return structured conclusions and hypotheses.