build-fix

Run workspace builds and apply minimal fixes to resolve compilation errors.

Updated Dec 29, 2025
One-click install
npx skills add https://github.com/yu-iskw/dbt-artifacts-parser-ts --skill build-fix-yu-iskw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-fix
Source: https://github.com/yu-iskw/dbt-artifacts-parser-ts/tree/main/.claude/skills/build-fix
Command: npx skills add https://github.com/yu-iskw/dbt-artifacts-parser-ts --skill build-fix-yu-iskw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the build process and applies minimal fixes to help users get projects compiling again.

Core Features & Use Cases

  • Automated build attempts: Runs builds across workspace packages and captures failures.
  • Iterative fixes: Applies small code changes to address reported errors and re-runs builds.
  • Workspace compatibility: Works with pnpm, npm, or yarn in multi-package repositories.

Quick Start

From the repository root, trigger a build with pnpm build to verify and fix errors iteratively.

Frequently Asked Questions about build-fix

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

FAQPage Schema
How do I automatically fix TypeScript build errors in a pnpm workspace?

To automatically fix TypeScript build errors in a pnpm workspace, you can use an automated fixer loop that runs builds, analyzes compilation failures, and applies minimal code changes iteratively until success.

Can I automatically repair compilation failures across multiple packages?

Yes, you can repair compilation failures across multiple workspace packages by triggering an iterative process that captures build errors and applies targeted fixes across the repository.

What is the best way to automate debugging a failing project build?

The best way to automate debugging a failing project build is applying a fixer loop that runs up to five iterative build attempts, analyzing errors and making small code changes each cycle.

Does this build automation tool work with yarn and npm workspaces?

Yes, this build automation tool works with yarn and npm workspaces, providing multi-package repository compatibility to iteratively run builds and resolve compilation errors.

How many iterations does the automated build fixer attempt before stopping?

The automated build fixer attempts up to five iterations of running builds, analyzing reported errors, and applying targeted code changes before stopping the repair loop.

What type of code changes are applied when resolving build failures?

Minimal code changes are applied when resolving build failures to address specific reported errors, ensuring the automated fixer loop targets only the necessary modifications for successful compilation.