debug

Analyze logs, traces, and in-session state to diagnose OMC/Claude-Code session problems.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Hyeonjun0527/yeon --skill debug-hyeonjun0527
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/Hyeonjun0527/yeon/tree/main/.codex/skills/debug
Command: npx skills add https://github.com/Hyeonjun0527/yeon --skill debug-hyeonjun0527

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnose current OMC/Claude-Code session problems by analyzing logs, traces, and in-session state to identify root causes.

Core Features & Use Cases

  • Read the user’s issue description carefully.
  • Inspect the most relevant local evidence first:
  • Reproduce the issue narrowly if possible.
  • Distinguish symptoms from root cause.
  • Recommend the smallest next fix or verification step.

Quick Start

Describe the issue and provide the most relevant logs or traces so I can reproduce and identify the root cause.

Frequently Asked Questions about debug

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

FAQPage Schema
How do I diagnose root causes of runtime anomalies from session logs and traces?

To diagnose root causes from session logs and traces, analyze the observed signals and in-session state to distinguish symptoms from the actual cause, then form evidence-based hypotheses for the smallest next fix.

What is the best way to reproduce project-wide failures narrowly during debugging?

The best way to reproduce project-wide failures is to inspect the most relevant local evidence first, such as specific traces and session-state data, to guide focused reproduction of the issue.

Why does my Claude-Code session experience unexpected issues and how can I fix them?

Your Claude-Code session issues can be fixed by diagnosing logs and in-session state to identify root causes, gathering supporting evidence, and recommending the smallest verification step.

Can I use session-state analysis to distinguish symptoms from the actual root cause?

Yes, you can use session-state analysis to distinguish symptoms from the root cause by outlining observed signals, generating root-cause hypotheses, and validating them with supporting evidence.

What should I provide to start an evidence-based diagnosis of OMC issues?

To start an evidence-based diagnosis of OMC issues, you should describe the issue clearly and provide the most relevant local logs or traces so the problem can be reproduced and analyzed.

Does this debugging approach work for deterministic analysis steps and runtime anomalies?

Yes, this debugging approach works for runtime anomalies by satisfying deterministic analysis steps, gathering evidence, and outlining observed signals to recommend actionable next steps.