ce-debug

Diagnoses bugs via a five-phase workflow from trigger to symptom.

2|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/thisisryanswift/zellij-agent-tools --skill ce-debug-thisisryanswift
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-debug
Source: https://github.com/thisisryanswift/zellij-agent-tools/tree/main/.opencode/skills/ce-debug
Command: npx skills add https://github.com/thisisryanswift/zellij-agent-tools --skill ce-debug-thisisryanswift

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically find root causes and fix bugs. This skill guides you from initial symptoms through a structured five-phase workflow to identify the true cause and craft a verifiable fix.

Core Features & Use Cases

  • Structured five-phase debugging workflow (Triage, Investigate, Root Cause, Fix, Handoff) to guide complex bug investigations
  • Emphasis on one-change-at-a-time testing, predictive validation, and evidence-driven diagnosis
  • Use cases include debugging errors, failing tests, reproducing issues from issue trackers (GitHub, Linear, Jira), or when a user asks to debug this or trace this error

Quick Start

Describe the bug in detail and I will guide you through a phased debugging workflow to identify root causes and craft fixes.

Frequently Asked Questions about ce-debug

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

FAQPage Schema
What is a structured workflow to systematically trace the root cause of a bug?

A structured root cause tracing workflow systematically guides you through Triage, Investigate, Root Cause, Fix, and Handoff phases. It enforces one-change-at-a-time testing and evidence-driven diagnosis to identify true causal chains from trigger to symptom.

How do I debug a reproduced issue report from GitHub, Linear, or Jira?

To debug a reproduced issue report, input the detailed bug description to initiate a phased debugging workflow. This process evaluates the issue tracker context, enforces predictive validation, and outputs actionable artifacts including root-cause descriptions and proposed fixes.

Can I use a phased debugging workflow for failing tests and code review troubleshooting?

Yes, a phased debugging workflow applies to failing tests and code review troubleshooting. It enforces one-change-at-a-time testing and predictive validation to trace the full causal chain, ensuring fixes are evidence-driven and verifiable.

What is the best way to fix a bug by testing one change at a time?

The best way to fix a bug is enforcing a one-change-at-a-time testing approach within a structured workflow. This ensures evidence-driven diagnosis, predictive validation, and generates validation guidance to verify the proposed fix.

When should I not use a structured debugging workflow for issue tracking?

You should not use a structured debugging workflow for trivial issues requiring immediate fixes. It enforces a five-phase process and one-change-at-a-time testing, which may introduce unnecessary overhead for simple errors lacking complex causal chains.

Does the ce-debug skill require any dependencies or components to trace errors?

No, the ce-debug skill requires no dependencies or components to trace errors. You simply describe the bug in detail to start the structured five-phase workflow for identifying root causes and crafting verifiable fixes.