| name | resolve-build |
| description | Triggered when user asks to resolve build errors, fix compilation issues, or troubleshoot build problems. Automatically delegates to the build-error-resolver agent. |
| allowed-tools | Read, Edit, Grep, Glob, Bash |
| context | fork |
| agent | build-error-resolver |
Resolve Build Skill
Trigger Phrases
This skill is automatically triggered when the user:
- Asks to "fix build errors" or "resolve compilation errors"
- Requests build troubleshooting
- Wants to "fix build" or "solve build issues"
- Mentions "build error", "compilation error", or "build failure"
- Asks about build or compilation problems
Delegation Instructions
When this skill is triggered:
- Delegate immediately to the
build-error-resolver agent
- Provide build error messages
- Include build configuration context
- Specify build tool and environment
- Include any recent changes
Context to Pass
- Error Messages: Build error output
- Build Tool: Build system being used
- Configuration: Build configuration files
- Environment: Development environment
- Recent Changes: Recent code or config changes
- Dependencies: Dependency information
Agent Responsibilities
The build-error-resolver agent will:
- Analyze build errors
- Identify root causes
- Fix compilation issues
- Resolve dependency problems
- Update configuration if needed
- Verify build succeeds