debugging-auto

Automatically capture, diagnose, and repair code breakages during generation.

6|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/timequity/plugins --skill debugging-auto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debugging-auto
Source: https://github.com/timequity/plugins/tree/main/vibe-coder/skills/debugging-auto
Command: npx skills add https://github.com/timequity/plugins --skill debugging-auto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hidden automatic debugging fixes issues without showing users stack traces, errors, or technical details.

Core Features & Use Cases

  • Automatic error handling: Capture and quarantine failures.
  • Silent fixes: Apply safe fixes and resume operation without exposing internals.
  • User-facing progress: Show simple progress updates instead of technical messages.

Quick Start

When a feature breaks, let the system fix it automatically and prompt the user with a simple confirmation when done.

Frequently Asked Questions about debugging-auto

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

FAQPage Schema
How does automatic debugging fix code errors without showing stack traces?

Automatic debugging captures errors silently, analyzes root causes, applies safe repairs, and verifies fixes through tests and builds—all without exposing technical details or stack traces to users. You see only simple progress updates instead of error messages.

Can automatic debugging fix build failures and runtime errors automatically?

Yes. Automatic debugging handles MVP-related failures including build test failures, build errors, runtime errors in preview, and unexpected behavior. It fixes issues automatically and escalates only if repairs fail.

What types of code breakages does automatic debugging handle?

Automatic debugging captures and repairs MVP-related failures: /mvp:build test failures, /mvp:add build errors, runtime errors during preview, and unexpected behavior. It quarantines failures and applies fixes without interrupting workflows.

Does automatic debugging work during feature development and builds?

Yes. Automatic debugging applies to active development workflows—it fixes errors during /mvp:build operations, /mvp:add commands, preview runtime execution, and other generation-time failures while keeping users informed with progress updates.

What happens if automatic debugging cannot fix an error?

Automatic debugging escalates when repairs fail, surfacing the issue to you so manual intervention can proceed. This prevents silent failures and ensures visibility when automatic fixes are insufficient.