debug

Reproduce and diagnose software bugs with a structured debug report.

56|12|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Neuron-Mr-White/UniPi --skill debug-neuron-mr-white
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/Neuron-Mr-White/UniPi/tree/main/packages/workflow/skills/debug
Command: npx skills add https://github.com/Neuron-Mr-White/UniPi --skill debug-neuron-mr-white

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of bug investigation by enabling the reproduction, diagnosis, and root-cause analysis of bugs, producing a structured debug report that can be consumed by the fix command.

Core Features & Use Cases

  • Bug Reproduction: Investigate and reproduce bugs to understand their behavior.
  • Diagnosis: Perform deep dives into root causes of bugs.
  • Documentation: Document findings in a structured debug report.
  • Use Case: Use this Skill to analyze and report on a bug in a software application, leading to a clearer path for resolution.

Quick Start

Run the /unipi:debug command followed by a bug description or error message to initiate bug investigation.

Frequently Asked Questions about debug

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

FAQPage Schema
How do I perform root-cause analysis for a software bug?

Root-cause analysis for a software bug involves investigating and reproducing the error to understand its behavior. This Skill automates that process, utilizing parallel tracing of code paths to diagnose the bug and document findings in a structured report.

How do I generate a structured debug report for a complex error?

Generating a structured debug report requires investigating and reproducing the bug to perform a deep dive into its root cause. This Skill produces a structured report documenting these findings, which can be consumed by a fix command for resolution.

Can I investigate bugs within the UniPi development environment safely?

Yes, you can investigate bugs within the UniPi development environment safely. This Skill focuses on bug reproduction and diagnosis while ensuring that all actions and code path tracing operations remain strictly read-only.

What is the best way to start a bug investigation from an error message?

The best way to start a bug investigation from an error message is to provide the description directly to the Skill. It initiates the investigation process, reproducing the bug and performing parallel tracing to generate a structured debug report.

Does bug diagnosis with this approach modify my source code during tracing?

No, bug diagnosis with this approach does not modify your source code. The Skill ensures all investigation and code path tracing actions are read-only, strictly preventing unintended changes while performing root-cause analysis.