vibe-debugger

Diagnose software bugs, generate BUG_REPORT.md, and implement verified fixes.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/rednam-ntn/light-darkly --skill vibe-debugger-rednam-ntn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibe-debugger
Source: https://github.com/rednam-ntn/light-darkly/tree/main/.claude/skills/vibe-debugger
Command: npx skills add https://github.com/rednam-ntn/light-darkly --skill vibe-debugger-rednam-ntn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the entire bug resolution process, from initial research and documentation to implementation and verification, ensuring bugs are fixed efficiently and thoroughly.

Core Features & Use Cases

  • Structured Bug Analysis: Researches bugs, identifies root causes, and proposes fixes.
  • Automated Documentation: Generates a BUG_REPORT.md detailing the bug, analysis, and proposed solutions.
  • Collaborative Workflow: Integrates human review for critical decision points.
  • Automated Fix Implementation: Implements approved fixes and writes targeted tests.
  • Use Case: When encountering an error message in your application, you can use this Skill to systematically diagnose the issue, document it, get your approval on the fix strategy, and then have the Skill implement and verify the solution.

Quick Start

Use the vibe-debugger skill to investigate and fix the login button not working on the staging environment.

Frequently Asked Questions about vibe-debugger

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

FAQPage Schema
How do I automate root cause analysis and code fix generation for software bugs?

Automated root cause analysis and code fix generation is achieved by following a structured workflow that researches the bug, documents findings, implements human-approved fixes, and verifies resolutions through targeted testing.

What is the best way to systematically document and resolve application errors?

Systematically documenting and resolving application errors involves generating a structured bug report detailing the analysis and proposed solutions, followed by implementing the approved fix and verifying it through tests.

How does automated bug resolution handle human review for critical code fixes?

Automated bug resolution integrates human review by pausing the workflow at critical decision points, allowing you to approve the root cause analysis and proposed fix strategy before any code changes are implemented.

Can I use workflow automation to generate a bug report and write tests for the fix?

You can use workflow automation to automatically generate a detailed bug report documenting the issue, implement the approved code fix, and write targeted tests to verify the resolution.

What are the limitations of using automated debugging workflows for software engineering?

Automated debugging workflows require human intervention at critical decision points to approve root cause analysis and proposed fixes, meaning they do not operate entirely autonomously for complex software engineering tasks.