debug

Trace Symphony and Codex logs to resolve stuck runs and execution failures.

Updated May 16, 2026
One-click install
npx skills add https://github.com/LuminairPrime/skill-tree-chopper --skill debug-luminairprime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/LuminairPrime/skill-tree-chopper/tree/main/vendors/s-hiraokuvscode-sidebar-terminal/.codex/skills/debug
Command: npx skills add https://github.com/LuminairPrime/skill-tree-chopper --skill debug-luminairprime

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a streamlined approach to investigating and resolving stuck runs and execution failures in Symphony and Codex sessions, enabling efficient debugging and troubleshooting.

Core Features & Use Cases

  • Log Tracing: Trace Symphony and Codex logs using issue/session identifiers to quickly identify the root cause of stuck runs or failures.
  • Correlation Keys: Utilize issue_identifier, issue_id, and session_id to correlate logs and isolate issues.
  • Investigation Flow: Offers a structured investigation flow to classify problems, validate scope, and capture evidence for further analysis.

Quick Start

Use the debug skill to trace a session's lifecycle by running the command: debug trace_session <session_id>.

Frequently Asked Questions about debug

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

FAQPage Schema
How do I trace stuck runs and execution failures in Symphony and Codex sessions?

Trace stuck runs and execution failures in Symphony and Codex sessions by running `debug trace_session <session_id>` to identify the root cause. It correlates logs using issue identifiers to isolate the exact point of failure.

What do I need to diagnose execution failures in Symphony and Codex log files?

Diagnosing execution failures requires access to Symphony and Codex log files and specific session identifiers. You need the `issue_identifier`, `issue_id`, or `session_id` to correlate logs and isolate the underlying problem.

How does log correlation work for resolving stuck Symphony runs?

Log correlation for resolving stuck Symphony runs works by matching `issue_identifier`, `issue_id`, and `session_id` keys across trace outputs. This isolates specific session lifecycles and captures evidence for root cause analysis.

What is the best way to investigate execution failures in administrative and development environments?

The best way to investigate execution failures in administrative and development environments is using a structured investigation flow. This classifies problems, validates scope, and captures evidence from Symphony and Codex logs for further analysis.

Can I use this debugging workflow without providing a session ID?

You cannot use this debugging workflow without a session ID or issue identifier. The Skill requires these correlation keys to trace Symphony and Codex logs and pinpoint the root cause of execution failures.

Why does my Symphony session get stuck during execution?

Symphony sessions get stuck during execution due to various runtime issues. This Skill traces the session lifecycle using log files and issue identifiers to classify the problem, validate scope, and identify the specific failure point.