ce-debug

Diagnose bugs with a phase-driven workflow for root-cause analysis and structured fixes.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill ce-debug-andreicr1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-debug
Source: https://github.com/Andreicr1/netz-analysis-engine/tree/main/.gemini/skills/ce-debug
Command: npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill ce-debug-andreicr1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Systematically identify root causes of bugs and guide structured fixes, reducing debugging time and preventing recurrence.

Core Features & Use Cases

  • Phase-driven workflow: a four-phase process (Triage, Investigate, Root Cause, Fix) to move from symptom to solution with traceable steps.
  • Evidence-based debugging: emphasizes experiments and predictions to verify hypotheses rather than chasing symptoms.
  • References for learning: leverages built-in references/anti-patterns to avoid common debugging pitfalls and share knowledge.

Quick Start

Describe the bug with symptoms and reproduction steps so ce-debug can start Phase 0: Triage.

Frequently Asked Questions about ce-debug

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

FAQPage Schema
How do I systematically diagnose and fix bugs from a stack trace?

To systematically debug a stack trace, use a phase-driven workflow that guides root-cause analysis through evidence-based hypothesis testing. This process requires clear problem statements and reproducible steps to prevent chasing symptoms and ensure structured remediation.

What is the best way to perform root-cause analysis for failing unit tests?

Root-cause analysis for failing unit tests works best using an evidence-based debugging workflow that emphasizes experiments and predictions to verify hypotheses. This structured approach moves through triage and investigation phases to ensure you fix the actual defect rather than just symptoms.

How do I triage issues imported from trackers like GitHub or Jira?

Triage issues from GitHub or Jira by starting with a clear problem statement and documented reproduction steps. A structured debugging workflow uses this input to move from initial symptom assessment through investigation and root-cause analysis to a verified, documented fix.

How does evidence-based debugging prevent chasing symptoms instead of root causes?

Evidence-based debugging prevents chasing symptoms by applying experiments and predictions to verify hypotheses before applying fixes. It enforces a workflow that requires documented results and traceable steps from triage through remediation, stopping superficial patches.

Do I need reproducible steps to investigate an integration test failure?

Yes, you need clear problem statements and reproducible steps to investigate an integration test failure. The debugging workflow requires these inputs to effectively guide root-cause analysis and ensure structured remediation rather than applying temporary symptom fixes.