debug

Installation
SKILL.md

Debug - Root Cause Debugging Workflow

Complete debugging workflow that enforces root cause analysis: Investigate → Understand → Reason → Fix.

Overview

Debug combines multiple debugging approaches:

  • Codebase investigation - Search for relevant code
  • GitHub issues search - Find known issues and workarounds
  • Multi-framework reasoning - Apply systematic thinking
  • Fix generation - Specific recommendations with code

Prerequisites

# Gemini CLI for AI analysis
pip install google-generativeai
export GEMINI_API_KEY=your_api_key
Related skills
Installs
42
GitHub Stars
23
First Seen
Jan 24, 2026