mcpbeat

Circleci Builds

openai/circleci-builds

Diagnose and fix failing CircleCI builds quickly and safely. Use when users ask to investigate failed CircleCI jobs, triage flaky pipelines, identify root causes from logs, and implement minimal fixes in configuration, test setup, or build-related code paths.

1k tokens
context cost
the whole folder, loaded on every use
3
files
instructions only
0
copies elsewhere
how many repositories repackaged it
4915
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/openai/plugins --skill circleci-builds

What comes with it

3 169 bytes besides the instruction
agents/openai.yaml
references/transient-vs-deterministic.md

The instruction itself

6 sections, as written by the author

CircleCI Builds

Overview

Use this skill to turn failing CircleCI pipelines into actionable fixes with clear evidence. Prioritize fast root-cause isolation, minimal safe patches, and explicit validation criteria.

Read references/transient-vs-deterministic.md when deciding whether a failure should be fixed in code/config, retried, mitigated with rerun behavior, or reported as external/transient.

Read ../config/references/test-results-and-splitting.md when the failure involves missing test metadata, flaky test reruns, test splitting, or JUnit XML setup.

Inputs To Gather

  • Failing pipeline/workflow/job identifier
  • Branch and commit SHA
  • First failing step and key log lines
  • Whether rerun on same commit reproduces failure

Workflow

  • Identify the primary failing signal.
  • Record the first failing job and step, not every downstream failure.
  • Classify issue type.
  • Config syntax/reference issue
  • Environment/toolchain mismatch
  • Dependency/cache issue
  • Test or build regression
  • External/transient failure
  • Apply the smallest viable fix.
  • Patch only files tied to confirmed root cause.
  • Keep workaround scope narrow.
  • Validate.
  • Run highest-signal local checks when possible.
  • Define expected CircleCI success signals for the rerun.
  • Report residual risk.
  • Call out unverified assumptions and likely follow-up checks.

Guardrails

  • Do not hide deterministic failures with blanket retries.
  • Avoid mixing unrelated refactors into incident fixes.
  • Treat external service outages as report-and-mitigate unless user asks for deeper redesign.
  • Keep confidence levels explicit when logs are incomplete.
  • Do not recommend automatic reruns or flaky-test workflows until the failure is classified as plausibly transient.

Output Contract

Provide:

  • Failure summary (pipeline/workflow/job/step).
  • Root-cause hypothesis with confidence.
  • Applied changes with file list.
  • Validation plan and expected pass signal.
  • Remaining risk.

How to use it

Copy the folder

Take openai/circleci-builds from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.