build-fix

Fix build failures and TypeScript compilation errors with minimal code changes.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/lpjhelder/kronon-forge --skill build-fix-lpjhelder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-fix
Source: https://github.com/lpjhelder/kronon-forge/tree/main/skills/build-fix
Command: npx skills add https://github.com/lpjhelder/kronon-forge --skill build-fix-lpjhelder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates time‑consuming build and TypeScript compilation failures by applying targeted, minimal code changes, keeping the project green without large refactors.

Core Features & Use Cases

  • Error Collection: Executes the project's type‑check or build command to gather failures.
  • Strategic Fixes: Adds missing type annotations, null checks, import corrections, and resolves module issues.
  • Minimal Diff Strategy: Modifies only the code necessary to make the build pass, avoiding architectural changes.
  • Verification Loop: Re‑runs the type check after each fix to ensure no new errors are introduced.
  • Stop Conditions: Ends automatically when the build succeeds with zero errors.
  • Output Report: Generates a concise report summarizing fixed errors, files changed, and final build status.

Quick Start

Ask the build‑fix skill to repair the current project's build errors with minimal changes.

Frequently Asked Questions about build-fix

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

FAQPage Schema
How do I fix TypeScript compilation errors automatically?

Fix TypeScript compilation errors automatically by running the project's build command, categorizing failures, and applying minimal code changes like missing type annotations and null checks. The tool re-runs type checks after each fix to verify success without introducing new issues.

What's the best way to resolve build failures without large refactors?

Resolve build failures without large refactors using a minimal diff strategy that modifies only the code necessary to make the build pass. This approach adds missing imports, corrects module issues, and applies targeted fixes while avoiding architectural changes.

Can I automate error-fixing for my TypeScript build pipeline?

Automate error-fixing for TypeScript build pipelines by executing type-check commands to gather failures, applying strategic code repairs, and running verification loops. The process stops automatically when the build succeeds with zero errors and generates a report of fixed issues.

Why does my TypeScript build keep failing after manual corrections?

TypeScript builds keep failing after manual corrections when fixes introduce new type errors. An automated verification loop re-runs the type check after each change, ensuring no new errors are introduced and stopping only when the build succeeds with zero errors.

What types of TypeScript errors can be fixed with minimal code changes?

Types of TypeScript errors fixable with minimal code changes include missing type annotations, null checks, import corrections, and module resolution issues. The tool targets these specific failure categories to keep diffs small and avoid unnecessary architectural modifications.