zego-fix-buildkite

Analyze, diagnose, and fix failed Buildkite CI builds with retries and validation.

1|3|Updated Jan 30, 2018
One-click install
npx skills add https://github.com/Zegocover/techops-tf_aws_metadata --skill zego-fix-buildkite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zego-fix-buildkite
Source: https://github.com/Zegocover/techops-tf_aws_metadata/tree/main/.claude/skills/zego-fix-buildkite
Command: npx skills add https://github.com/Zegocover/techops-tf_aws_metadata --skill zego-fix-buildkite

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires buildkite, git, terraform, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the diagnosis, fixing, and retrying of failed Buildkite CI builds, saving developers time and reducing frustration.

Core Features & Use Cases

  • Automated Build Analysis: Analyzes Buildkite build results to identify failed jobs and classify their issues.
  • Automated Retry of Flaky Tests: Retries flaky tests automatically without manual intervention.
  • Automated Code Fixing: Dispatches fixer agents to make code changes to fix failed jobs, followed by a code review cycle.
  • CI Validation and Push: Validates fixes via CI and pushes changes to the repository when ready.

Quick Start

Use the zego-fix-buildkite skill with the Buildkite build URL or build number: /zego-fix-buildkite https://buildkite.com/org/pipeline/builds/123

Frequently Asked Questions about zego-fix-buildkite

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

FAQPage Schema
How do I automate Buildkite CI build fixes and retries?

You can automate Buildkite CI build fixes by analyzing failed jobs, dispatching fixer agents for code changes, and automatically retrying flaky tests through a validated review cycle.

How does automated CI build maintenance handle flaky tests?

Automated CI build maintenance handles flaky tests by identifying them during build analysis and automatically retrying the failed jobs without requiring manual intervention from developers.

Can I use automated code fixing for failed Buildkite jobs?

Yes, you can use automated code fixing for failed Buildkite jobs by dispatching fixer agents to make code changes, followed by a code review cycle and CI validation before pushing.

Do I need Git and Terraform to automate Buildkite build maintenance?

Yes, you need Git and Terraform access along with Buildkite MCP to execute automated CI build maintenance, validate fixes, and push code changes to your repository.

What is the best way to diagnose failed Buildkite CI builds?

The best way to diagnose failed Buildkite CI builds is using automated analysis to classify failed jobs, identify code errors or flaky tests, and apply validated fixes automatically.