dev-debug

Identify root causes and apply fixes through a stepwise debugging workflow.

50|37|Updated Oct 8, 2025
One-click install
npx skills add https://github.com/browseros-ai/BrowserOS-agent --skill dev-debug-browseros-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-debug
Source: https://github.com/browseros-ai/BrowserOS-agent/tree/main/.claude/skills/dev-debug
Command: npx skills add https://github.com/browseros-ai/BrowserOS-agent --skill dev-debug-browseros-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Debugging issues by identifying root causes, proposing fixes, and recording changes for commit, reducing mean time to resolution.

Core Features & Use Cases

  • Structured root-cause analysis: Derive 2-5 probable causes ranked by likelihood, with evidence and relevant file references.
  • Guided fix workflow: Focus on implementing the most probable root cause with minimal changes and clear validation steps.
  • End-to-end process: Includes testing, verification, and a formal commit message to close the issue and update history.

Quick Start

Provide a concise issue description to begin the debugging workflow and generate a prioritized root-cause analysis.

Frequently Asked Questions about dev-debug

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

FAQPage Schema
How do I find the root cause of a software bug?

Root cause analysis for a software bug involves deriving a slug, creating a debug directory, and outlining 2-5 probable causes with evidence. This skill ranks causes by likelihood and applies a fix to the most probable one after user confirmation.

How do I debug and fix an issue end to end?

To debug and fix an issue end to end, provide an issue description to trigger a stepwise protocol. The workflow identifies probable root causes, applies a minimal fix after confirmation, and completes testing, committing, and validation.

What is the best way to track code fixes and debugging history?

The best way to track code fixes and debugging history is using a kept history in a .llm directory. This skill documents root causes, applies fixes, and generates a formal commit message to close the issue and update history.

Can I use this debugging workflow without version control?

This debugging workflow relies on version control to complete its end-to-end process. It generates a formal commit message to close the issue and update history, ensuring fixes are properly recorded and validated within your codebase.

Does root cause analysis work for any issue description?

Root cause analysis works for any issue description provided as input. The skill requires a concise issue description to begin the debugging workflow, derive a slug, create a debug directory, and outline 2-5 probable causes with evidence.

Why do I need to confirm the fix before it is applied?

Confirming the fix before it is applied ensures the correct root cause is targeted. The skill outlines 2-5 probable causes ranked by likelihood with evidence, then waits for user confirmation before applying a minimal fix to the most probable root cause.