debug

Coordinate a structured debugging workflow to reproduce, isolate, diagnose, and fix software issues.

46|11|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/clawpod-app/awesome-openclaw-agent-packs --skill debug-clawpod-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/clawpod-app/awesome-openclaw-agent-packs/tree/main/packs/engineering/skills/debug
Command: npx skills add https://github.com/clawpod-app/awesome-openclaw-agent-packs --skill debug-clawpod-app

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured approach to debugging software issues by guiding reproduction, isolation, diagnosis, and a fix, ensuring consistent troubleshooting across environments.

Core Features & Use Cases

  • Structured debugging workflow: reproduce, isolate, diagnose, and fix steps with clear prompts.
  • Standardized Debug Report: outputs a ready-to-use Markdown report with sections for reproduction, root cause, fix, and prevention.
  • Problem-context collection: prompts for error messages, steps to reproduce, and recent changes to accelerate triage.

Quick Start

Provide the error message or steps to reproduce, and I will generate a structured debug plan and a ready-to-use report.

Frequently Asked Questions about debug

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

FAQPage Schema
How do I systematically debug a software issue from reproduction to fix?

To debug software issues systematically, use a structured workflow to reproduce, isolate, diagnose, and fix errors. This process requires an error description, reproduction steps, and recent changes to guide troubleshooting and generate a standardized Markdown report.

What information do I need to start troubleshooting an error trace?

To start troubleshooting an error trace, you need to provide a clear error description, specific steps to reproduce the issue, and any recent changes made to the system. This context accelerates triage and guides the subsequent debugging steps.

Can I use this structured debugging workflow for post-deploy issues in production environments?

Yes, you can use this structured debugging workflow for post-deploy issues in production environments. It is applicable across both development and production environments to address error traces, diverging behavior, and other software issues consistently.

What is the best way to document a root cause analysis and fix for a bug?

The best way to document a root cause analysis is to generate a standardized Markdown Debug Report. This ready-to-use report includes structured sections for reproduction, root cause, the applied fix, and prevention strategies.

Why does my software have diverging behavior after a recent deployment?

Diverging behavior after a recent deployment often stems from untracked changes or environment differences. A structured debugging workflow isolates the specific variables and recent changes causing the discrepancy between expected and actual system behavior.