debug

Route debugging tasks to automated verification or manual testing sub-skills.

4|2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/blake-simpson/belmont --skill debug-blake-simpson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/blake-simpson/belmont/tree/main/plugin/skills/debug
Command: npx skills add https://github.com/blake-simpson/belmont --skill debug-blake-simpson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route debugging tasks to either an automated verifier or a manual tester, reducing guesswork and speeding up iteration cycles.

Core Features & Use Cases

  • Auto mode: dispatches a verification agent to check each fix.
  • Manual mode: you verify each fix yourself and can add [BELMONT-DEBUG] logs to trace issues.
  • Route decisions are made based on user intent and invoked sub-skills (/belmont:debug-auto or /belmont:debug-manual).

Quick Start

Activate the desired mode by invoking /belmont:debug-auto for automated verification or /belmont:debug-manual for manual debugging.

Frequently Asked Questions about debug

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

FAQPage Schema
How do I route debugging tasks to automated verification instead of manual checks?

Route debugging tasks to automated verification by invoking the auto sub-skill, which dispatches an AI agent to verify each fix without manual intervention.

What is the best way to manually debug UI issues with known reproduction steps?

Manual debugging for UI issues with known reproduction steps is handled by invoking the manual mode, allowing you to verify fixes and add optional logging to trace issues.

Can I add custom logging traces when debugging complex software workflows?

Yes, you can add custom logging traces during manual debugging by using the supported logging tags to trace issues within your software development workflow.

When should I use automated verification versus manual testing for debugging?

Use automated verification for complex issues requiring agent checks, and manual testing for UI problems or known reproduction steps where you verify each fix yourself.

Does this debugging workflow require any external dependencies or components?

No, this debugging workflow does not require any external dependencies or components to route tasks between automated and manual verification modes.