error-debugger

Diagnose runtime and compile-time errors with code fixes and regression tests.

33|1|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/Toowiredd/claude-skills-automation --skill error-debugger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: error-debugger
Source: https://github.com/Toowiredd/claude-skills-automation/tree/main/skills/error-debugger
Command: npx skills add https://github.com/Toowiredd/claude-skills-automation --skill error-debugger

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Debugging is a frustrating, time-consuming process, especially when encountering familiar errors or complex issues. This leads to context-switching and reduced productivity. This Skill provides context-aware, learning-based debugging.

Core Features & Use Cases

  • Context-Aware Debugging: Analyzes error messages and stack traces, then searches past solutions in memory.
  • Immediate Fixes: Provides actionable code examples to resolve errors quickly.
  • Meta-Learning: Learns from every debugging session, improving its ability to fix future errors.
  • Use Case: You encounter a TypeError: Cannot read property 'map' of undefined. Instead of searching Stack Overflow, the error-debugger instantly recognizes the pattern, recalls a past solution you've used, provides the exact code fix (e.g., optional chaining), and even generates a regression test.

Quick Start

When an error occurs, paste the error message or say:

debug this error fix this error

Example:

TypeError: Cannot read property 'map' of undefined

Frequently Asked Questions about error-debugger

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

FAQPage Schema
How do I debug runtime errors like TypeError and CORS issues automatically?

Debugging analyzes error messages and stack traces to identify patterns, searches past solutions from memory, and provides immediate code fixes with optional chaining, headers, or configuration changes to resolve runtime and compile-time errors.

Can I get regression tests generated when fixing errors in my code?

Yes, the debugger generates regression tests alongside code fixes to prevent the same error from recurring, creating test cases that validate the solution and store patterns for future reference.

How does error debugging improve over time as I fix more issues?

The debugger learns from every debugging session by storing solutions in memory, enabling it to recognize familiar error patterns faster and recall contextual fixes you've previously used.

What types of errors can be fixed, including SQL and API issues?

The debugger handles TypeError, ECONNREFUSED, CORS, 404, 500 errors, and SQL syntax issues by analyzing error metadata, matching against error type patterns, and delivering actionable code examples.

Can I use this for both compile-time and runtime error resolution?

Yes, the debugger diagnoses and fixes both compile-time errors and runtime errors, applying to software development scenarios where users report errors via messages, stack traces, or failing API calls.