debug-mode

Diagnose and fix build errors in the current repository without changing branches.

1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/martiendejong/autonomous-dev-system --skill debug-mode-martiendejong
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: debug-mode
Source: https://github.com/martiendejong/autonomous-dev-system/tree/main/.claude/skills/debug-mode
Command: npx skills add https://github.com/martiendejong/autonomous-dev-system --skill debug-mode-martiendejong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Active Debugging Mode accelerates the resolution of build errors and debugging tasks by applying targeted, safe fixes directly in the user's repository.

Core Features & Use Cases

  • Consciousness Bridge initialization loads failure patterns before making changes.
  • Rule-driven workflow ensures in-place fixes without altering branches or creating worktrees.
  • Direct workspace edits enable rapid troubleshooting and validation by the user.

Quick Start

Explain the build issue or paste the error to begin automated, in-context fixes within the current project workspace.

Frequently Asked Questions about debug-mode

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

FAQPage Schema
How do I fix build errors directly in my current workspace without switching branches?▼

To fix build errors in-place, you can use an automated debugging mode that diagnoses failures and applies safe code fixes directly to your active workspace. This approach preserves your current branch and avoids creating worktrees or pull requests during troubleshooting.

What is in-place debugging and how does it handle local repository fixes?▼

In-place debugging is a workflow that diagnoses and resolves build errors by editing files directly within the local repository. It ensures rapid troubleshooting by applying targeted code fixes without altering the project's branch structure or spinning up isolated environments.

How do I start automated code fixes for a failing build?▼

You can start automated code fixes by pasting your build error or explaining the build issue. The system initializes a Consciousness Bridge to load known failure patterns, then applies rule-driven fixes directly to your project files for immediate validation.

Does in-place debugging modify my active Git branch when resolving build failures?▼

No, in-place debugging does not modify your active Git branch. It performs safe, rule-driven edits directly in your current project workspace to resolve build failures, explicitly avoiding the creation of worktrees or pull requests.

What are the limitations of automated debugging for local project workspaces?▼

The primary limitation of automated debugging is that it is restricted to your local project workspace and does not create worktrees or pull requests. It focuses strictly on applying safe in-place fixes and logging outcomes rather than managing remote version control workflows.