debug

Diagnose software bugs through structured reproduction and root-cause analysis.

47|7|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/salavender/antigravity-compound-engineering-plugin --skill debug-salavender
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/salavender/antigravity-compound-engineering-plugin/tree/main/skills/debug
Command: npx skills add https://github.com/salavender/antigravity-compound-engineering-plugin --skill debug-salavender

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematic debugging with structured reproduction and root cause analysis to reduce guesswork and speed up fixes.

Core Features & Use Cases

  • Guided reproduction: Step-by-step reproduction workflows to reliably recreate issues.
  • Root-cause analysis: Framework for identifying underlying causes and validating fixes.
  • Bug reporting: Templates to capture concise, actionable bug reports for teams to act on.
  • References & best practices: Access to common-errors and debugging patterns for faster resolution.

Quick Start

Describe a bug you want fixed and follow the guided steps to reproduce, analyze, and document the fix using the provided templates.

Frequently Asked Questions about debug

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

FAQPage Schema
What is the best way to systematically reproduce a software bug?

Systematically reproducing a software bug requires step-by-step workflows to reliably recreate the unexpected issue. This approach reduces guesswork by establishing consistent reproduction conditions before moving to root-cause analysis.

How do I perform root-cause analysis for unexpected application errors?

Root-cause analysis for unexpected application errors uses a structured framework to identify underlying causes and validate fixes. It guides you through reproducing the issue, diagnosing the system, and verifying the applied correction.

What should be included in a standardized bug report for issue tracking?

A standardized bug report for issue tracking should capture concise, actionable details using provided templates. This ensures teams have structured reproduction workflows and diagnostic data to act on the unexpected issue quickly.

Can I use structured debugging workflows when tests fail across applications?

Yes, structured debugging workflows apply when tests fail or unexpected errors arise across applications. They guide you through identifying, reproducing, and diagnosing the bug to speed up the fix without guesswork.

How do I access common debugging patterns and best practices for faster resolution?

Accessing common-errors and debugging patterns provides best practices for faster resolution. These references support the systematic reproduction and root-cause analysis process to help diagnose software bugs efficiently.