From circleci
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/circleci:cliThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
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.
circleci is installed and version is available.circleci api, circleci workflow, or other unavailable legacy commands unless circleci help confirms they exist.For newer circleci builds that expose domain subcommands (for example pipeline, project, trigger) but not api:
circleci help.circleci pipeline list|create|run and circleci trigger ... for pipeline operations.Provide:
Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
npx claudepluginhub robinebers/converted-plugins --plugin circleci