What problem does it solve?
This skill lets an assistant access and interpret CircleCI build, pipeline, workflow, and test data on behalf of a user so they don't have to manually hunt through CI dashboards or raw logs. It turns noisy failure logs and test histories into concise diagnoses, shows artifacts and usage metrics, and can trigger or rerun pipelines when explicitly confirmed.
Core Features & Use Cases
- Conversational Bootstrap: Guides non-technical users to create a Personal API Token and securely store it so the assistant can call CircleCI tools without exposing technical details.
- Read & Inspect: List followed projects, fetch latest pipeline status, retrieve build failure logs, show job test results, list artifacts, detect flaky tests, and download usage data.
- Actionable Controls: Trigger pipelines, rerun workflows, and initiate rollback pipelines after explicit user confirmation.
- Error Handling & Safety: Handles token validation (401/403), rate limits, missing projects, and retries while never echoing credentials back to the user.
Quick Start
Connect my CircleCI and show the status of the latest pipeline on my main branch.