error-debugger

Analyze error details and generate fixes with code examples.

16|7|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/jackspace/ClaudeSkillz --skill error-debugger-jackspace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: error-debugger
Source: https://github.com/jackspace/ClaudeSkillz/tree/main/skills/error-debugger
Command: npx skills add https://github.com/jackspace/ClaudeSkillz --skill error-debugger-jackspace

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill analyzes errors, searches past solutions in memory, provides immediate fixes with code examples, and saves solutions for future reference.

Core Features & Use Cases

  • Parse error details and stack traces
  • Retrieve similar past solutions from memory
  • Propose fixes with concrete code examples
  • Create regression tests and store solutions for reuse
  • Improve debugging speed for recurring error patterns

Quick Start

Describe an error you’re facing and ask for an instant fix along with a regression test.

Frequently Asked Questions about error-debugger

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

FAQPage Schema
How do I debug TypeError and stack trace errors quickly?

Debug errors by analyzing error details and stack traces to identify root causes. This Skill parses TypeError, ECONNREFUSED, CORS, 404, and 500 errors, searches your memory for similar past solutions, and provides actionable fixes with code examples to resolve them faster.

Can I get instant fixes with code examples for API and data errors?

Yes. Describe undefined data, API failures, incorrect queries, or paste your stack trace. The Skill retrieves similar solutions from memory, generates concrete code fixes, and creates regression tests to prevent the same error recurring.

How do I create regression tests for errors I've fixed?

After receiving a fix, the Skill generates regression tests alongside code solutions and stores both for future reference. This ensures recurring error patterns are caught early and prevents regressions in TypeScript and JavaScript codebases.

What types of errors does this Skill handle?

The Skill handles TypeError, ECONNREFUSED, CORS, 404, 500 errors, undefined data problems, API failures, and incorrect queries. It analyzes any stack trace or error object and searches learned patterns to provide applicable fixes across scenarios.

Can I reuse solutions for recurring debugging problems?

Yes. Solutions and regression tests are persisted in memory after you create them. The Skill automatically retrieves past solutions when similar errors occur, reducing debugging time for patterns you've already solved.

Does this work with TypeScript error patterns?

Yes. The Skill applies to TypeScript debugging workflows, parsing TypeScript-specific errors, searching memory for past TypeScript solutions, and generating type-safe fixes with regression tests to maintain code quality.