Agent skill
build-fix
Diagnose and fix build failures or CI issues
Stars
10
Forks
1
Install this agent skill to your Project
npx add-skill https://github.com/hivellm/rulebook/tree/main/.claude/skills/build-fix
SKILL.md
Diagnose and fix the current build failure.
If $ARGUMENTS is provided, focus on that specific build error or CI job.
Steps:
- Run the build command and capture the error output
- Read the error message and trace to the source file
- Identify the root cause (missing dep, type error, config issue)
- Apply the minimal fix
- Re-run the build to verify the fix works
Didn't find tool you were looking for?