build-error-resolver

Diagnose and fix TypeScript, lint, and module resolution build errors.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/munlucky/claude-settings --skill build-error-resolver-munlucky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-error-resolver
Source: https://github.com/munlucky/claude-settings/tree/main/.claude/skills/build-error-resolver
Command: npx skills add https://github.com/munlucky/claude-settings --skill build-error-resolver-munlucky

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Building and compiling code often fails due to TypeScript errors, lint failures, and module resolution issues, which slow down development and CI pipelines.

Core Features & Use Cases

  • Diagnose and categorize TypeScript, lint, and module errors from build outputs.
  • Propose targeted fixes and verify builds locally or in CI.
  • Use case: When npm run build or tsc fails, quickly identify the root cause and apply a safe patch to restore progress.

Quick Start

Run the resolver with the failing build output to automatically capture errors, suggest fixes, and verify the build passes.

Frequently Asked Questions about build-error-resolver

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

FAQPage Schema
How do I fix TypeScript and lint errors blocking my npm run build?

To fix TypeScript and lint build errors, an automated resolver captures the build output, categorizes the issues, and applies targeted patches to affected files until the build passes.

Can I automatically resolve module resolution issues during local development?

Yes, you can automatically resolve module resolution issues during local development by capturing the error output and applying safe fixes to restore build progress.

What is the best way to diagnose CI pipeline failures caused by tsc?

The best way to diagnose tsc CI pipeline failures is to capture the error output, categorize the TypeScript or module errors, and verify that the applied fixes restore the build.

Does this build resolver require any specific dependencies or components?

No, this build resolver requires no external dependencies or components to function, allowing you to directly diagnose and fix TypeScript, lint, and module errors.

Why does my build still fail after applying fixes to lint and TypeScript errors?

If a build still fails after applying fixes, the resolver may not have fully verified the build passes, requiring you to recapture the new error output and apply additional patches.