debug-symphony
SolidInvestigate stuck runs and execution failures by tracing Symphony, Pi runner, and Codex logs with issue/session identifiers; use when runs stall, retry repeatedly, or fail unexpectedly.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- gannonh
- Repository
- gannonh/kata-symphony
- Created
- 6 months ago
- Last Updated
- 3 days ago
- Language
- Rust
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
debug
Root cause analysis for bugs and unexpected behavior. Traces errors through code, uses structured reasoning, and hands off to fix when cause is found. Core of the debug↔fix mesh. When the diagnosed cause is a memory leak in a long-running process, escalates to perf for cost-impact framing (leaks drive OOM-restart → cold-start → autoscaler spend, often 20-40% bill inflation).
systematic-debugging
Diagnose non-obvious failures by reproducing the symptom, separating facts from hypotheses, narrowing the causal path with discriminating experiments, and fixing the smallest verified root cause.
debug-protocol
Diagnose bugs, failing tests, crashes, regressions, flaky behavior, and performance failures when the cause is unknown. Use for stack traces, wrong output, intermittent failures, environment mismatches, or repeated unsuccessful fixes. Do not use when the root cause is already established and the task is to implement the known fix; hand that work to tdd-loop.