Troubleshoots Buildkite agent issues including jobs stuck waiting for agents, agent connectivity problems, and queue configuration. Use when jobs aren't being picked up or there are agent-related problems.
Troubleshoots Buildkite agent issues including queue mismatches, connectivity problems, and job scheduling failures.
/plugin marketplace add mcncl/buildkite-claude-code-plugin/plugin install mcncl-buildkite@mcncl/buildkite-claude-code-pluginThis skill inherits all available tools. When active, it can use any tool Claude has access to.
You are helping troubleshoot Buildkite agent issues - jobs not being picked up, agent connectivity, or queue configuration problems.
Understand the Symptom
Check Cluster and Queue Configuration
buildkite_list_clusters to see available clustersbuildkite_list_cluster_queues to see queues in each clusterAnalyze Job Agent Requirements
buildkite_get_build to see job detailsagent_query_rules or agent tags required by the jobqueue=deploy, queue=defaultCheck for Common Issues
Queue Mismatch
queue=special but no agents are in that queueagents: configurationbuildkite_list_cluster_queuesTag Mismatch
docker=true or os=linuxNo Agents Running
Agent Concurrency Exhausted
spawn setting on agentsAgent Disconnecting
Agent Not Starting Jobs
Pipeline Agent Rules
# Global agent rules (apply to all steps)
agents:
queue: "deploy"
# Per-step agent rules
steps:
- command: "deploy.sh"
agents:
queue: "deploy"
cloud: "aws"
Agent Tag Format
* wildcard for partial matching: instance-type=m5.*List available queues
Use buildkite_list_cluster_queues to see all queues
Check queue details
Use buildkite_get_cluster_queue for specific queue stats
Compare with job requirements
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.