ce-debug

Diagnose software bugs through reproduction, root cause analysis, and fix implementation.

1|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/FFCfelps1/SGPPF_Maua --skill ce-debug-ffcfelps1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-debug
Source: https://github.com/FFCfelps1/SGPPF_Maua/tree/main/.gemini/skills/ce-debug
Command: npx skills add https://github.com/FFCfelps1/SGPPF_Maua --skill ce-debug-ffcfelps1

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps users systematically debug and fix software bugs, ensuring that the root cause is identified and addressed effectively.

Core Features & Use Cases

  • Bug Triage: Automatically triage and understand the nature of a bug based on the provided information.
  • Investigation: Systematically trace the code path to identify the root cause of the bug.
  • Root Cause Analysis: Formulate and test hypotheses to determine the root cause.
  • Fix Implementation: If chosen, implement the fix using test-first discipline.
  • Documentation: Provide a structured summary of the debug process and the steps taken.
  • Use Case: When encountering a bug in a software application, use this Skill to diagnose and resolve the issue efficiently.

Quick Start

Debug the error "Failed to load module 'example'" in the 'main.js' file.

Frequently Asked Questions about ce-debug

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

FAQPage Schema
How do I systematically debug software bugs and find the root cause?

To debug software bugs, you must reproduce the issue, systematically trace the code path to identify the root cause, and implement a fix. This systematic approach ensures bugs are diagnosed and resolved efficiently.

What is the best way to fix software bugs in a production environment?

The best way to fix software bugs in a production environment is through systematic triage and investigation. By formulating and testing hypotheses against the codebase, you can accurately pinpoint and resolve issues without causing regressions.

How do I perform root cause analysis on a complex software bug?

Performing root cause analysis on a software bug involves systematically tracing the code path to understand the error's nature. You formulate hypotheses about the issue and test them against the codebase to determine the exact origin.

Can I use code analysis to reproduce and fix errors in my codebase?

Yes, you can use code analysis to reproduce errors and implement fixes within your codebase. The process requires access to the codebase and debugging tools to systematically investigate the bug and apply test-first fix implementation.

What do I need to start debugging an application error?

To start debugging an application error, you need access to the codebase and relevant debugging tools. Providing the specific error message and the file where it occurs allows the systematic investigation process to begin.