What problem does it solve?
Diagnosing and operating CircleCI pipelines often requires switching between the web UI and manual API calls. This Skill drives the CircleCI CLI directly to authenticate, inspect pipeline and job status, validate configuration locally, and rerun or trigger pipelines with controlled scope.
Core Features & Use Cases
- Read-First Diagnostics: Verify CLI installation and auth state, then inspect pipeline, project, and trigger state to capture concrete identifiers and failing steps before any mutation.
- Local Config Validation: Run CircleCI config validation and processing commands before committing risky configuration edits.
- Targeted Mutations: Rerun only the required workflow or job scope and trigger pipelines with explicit parameters and branch context.
- Use Case: A failing deployment pipeline needs investigation. Use this Skill to confirm CLI auth, list recent pipelines, identify the first failing job, validate the config change locally, and rerun only the failed workflow.
Quick Start
Use the CircleCI CLI to check why my latest pipeline failed and rerun only the failed job.