mcpbeat Sign in

Circleci CLI Skill for Codex

Operate and troubleshoot CircleCI using the CircleCI CLI. Use when users ask to authenticate CLI access, inspect pipeline/workflow/job status, validate configuration locally, rerun pipelines/jobs, trigger pipelines, or gather actionable diagnostics from CLI outputs.

721 tokens
context cost
the whole folder, loaded on every use
2
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-cli

What comes with it

112 bytes besides the instruction
agents/openai.yaml

The instruction itself

7 sections, as written by the author

CircleCI CLI

Overview

Use this skill when the fastest path is CircleCI CLI-driven operations rather than editing config first. Prioritize safe, read-first diagnostics, then run targeted mutating commands only after confirming scope.

Inputs To Gather

  • Repository path and target branch
  • CircleCI project slug (if needed)
  • Whether objective is inspect, rerun, trigger, or validate
  • Required token/auth state and org permissions

Workflow

  • Verify CLI and auth state.
  • Confirm circleci is installed and version is available.
  • Confirm token/auth before issuing remote CircleCI commands.
  • Run read-only diagnostics first.
  • Inspect available pipeline/project/trigger state and capture concrete identifiers.
  • Extract first failing scope and step details from supported command output before rerun/trigger actions.
  • Validate config locally when relevant.
  • Run config validation/processing commands before committing risky edits.
  • Run targeted mutation commands.
  • Rerun only required workflow/job scope.
  • Trigger pipelines with explicit parameters and branch context.
  • Report results and next action.
  • Provide exact command results, remaining blockers, and safest follow-up.

Guardrails

  • Prefer read-only commands before rerun/trigger/cancel operations.
  • Confirm organization/project scope before mutating pipeline state.
  • Never print raw secret values from environment variables or tokens.
  • If permissions fail, report exact auth/scope gap and safest remediation.
  • Respect installed CLI capabilities and avoid inventing commands.
  • Do not use circleci api, circleci workflow, or other unavailable legacy commands unless circleci help confirms they exist.

Installed CLI Compatibility

For newer circleci builds that expose domain subcommands (for example pipeline, project, trigger) but not api:

  • Verify available commands first with circleci help.
  • Use only discovered subcommands from help output.
  • Prefer circleci pipeline list|create|run and circleci trigger ... for pipeline operations.
  • For cloud job logs, use supported platform tools (CircleCI app/UI or connected CircleCI MCP tooling) if the CLI does not expose a logs command.

Output Contract

Provide:

  • Commands run and purpose.
  • Key outputs (pipeline/workflow/job ids, status, failing step).
  • Actions taken (rerun/trigger/validate) and why.
  • Remaining blockers and next recommended CLI command.

Other skills for the same job

different authors, same section of the catalogue
MCP Builder
by anthropics
vendor ×13

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

30k tokens scripts
Changelog Generator
by frostant
×9

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.

774 tokens
Finishing A Development Branch
by ZhanlinCui
×7

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

1k tokens
MCP Builder
by JayZeeDesign
×7

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

37k tokens scripts
Vercel React Native Skills
by vercel-labs
vendor ×6

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

39k tokens
Vercel React Best Practices
by ratacat
×5

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

34k tokens
Next Best Practices
by vercel-labs
vendor ×4

Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling

20k tokens
Using Git Worktrees
by ZhanlinCui
×4

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

1k tokens

How to use it

Copy the folder

Take openai/circleci-cli 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.