buildkite-automation

Automate Buildkite pipeline operations and task management through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill buildkite-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: buildkite-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/buildkite-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill buildkite-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Buildkite dashboards by enabling direct, agent-driven control over pipeline operations and build management.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Buildkite tool schemas to ensure compatibility with the latest API changes.
  • Connection Management: Securely manage and verify Buildkite authentication states via the Rube MCP gateway.
  • Workflow Execution: Execute complex Buildkite tasks, such as triggering builds or monitoring status, using multi-step tool execution patterns.

Quick Start

Ask the agent to search for available Buildkite tools and then trigger a new build for the specified pipeline.

Frequently Asked Questions about buildkite-automation

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

FAQPage Schema
How do I trigger a Buildkite build using this skill?

First, use RUBE_SEARCH_TOOLS to identify the correct build-triggering tool slug. Once identified, use RUBE_MULTI_EXECUTE_TOOL with the required pipeline parameters and your session ID to initiate the build.

What should I do if my Buildkite connection is not active?

Call RUBE_MANAGE_CONNECTIONS with the buildkite toolkit parameter. The system will return an authentication link; follow this link to authorize your Buildkite account and refresh the connection status to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Tool schemas and available operations in the Buildkite toolkit change frequently. Searching first ensures you use the correct, current arguments and tool slugs, preventing execution errors caused by outdated schemas.

Can I automate bulk operations in Buildkite?

Yes, you can use RUBE_REMOTE_WORKBENCH with the run_composio_tool function to perform bulk operations across multiple pipelines or build sets efficiently.