Agent Skills: build-fix

Diagnose and fix build failures or CI issues

UncategorizedID: hivellm/rulebook/build-fix

Repository

hivellmLicense: Apache-2.0
142

Install this agent skill to your local

pnpm dlx add-skill https://github.com/hivellm/rulebook/tree/HEAD/templates/skills/dev/build-fix

Skill Files

Browse the full folder contents for build-fix.

Download Skill

Loading file tree…

templates/skills/dev/build-fix/SKILL.md

Skill Metadata

Name
build-fix
Description
Diagnose and fix build failures or CI issues

Diagnose and fix the current build failure.

If $ARGUMENTS is provided, focus on that specific build error or CI job.

Steps:

  1. Run the build command and capture the error output
  2. Read the error message and trace to the source file
  3. Identify the root cause (missing dep, type error, config issue)
  4. Apply the minimal fix
  5. Re-run the build to verify the fix works