circleci

Retrieve and inspect CircleCI pipeline, workflow, and job metadata via API v2.

1|1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/robertolopezlopez/agent-skills --skill circleci-robertolopezlopez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: circleci
Source: https://github.com/robertolopezlopez/agent-skills/tree/main/skills/core/circleci
Command: npx skills add https://github.com/robertolopezlopez/agent-skills --skill circleci-robertolopezlopez

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the challenge of accessing and understanding CircleCI pipeline data by providing a structured workflow for retrieving CI status, workflow details, and job information through supported APIs.

Core Features & Use Cases

  • Pipeline Inspection: Fetch pipeline, workflow, and job metadata from CircleCI Cloud using project slugs, IDs, or URLs.
  • API Operations: Support authenticated CircleCI API v2 reads and requested write operations such as triggering or continuing pipelines with validation safeguards.
  • Use Case: When a build is failing or a team needs CI visibility, use this Skill to gather pipeline states, workflow results, job details, and authentication diagnostics before further investigation.

Quick Start

Use the circleci skill to inspect the latest pipeline status and workflow details for my CircleCI project.

Frequently Asked Questions about circleci

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I inspect CircleCI pipeline execution data for CI debugging?

Inspect CircleCI pipeline execution data by retrieving pipeline, workflow, and job metadata through authenticated API v2 reads. This provides CI visibility and supports debugging workflows by gathering pipeline states and job details from CircleCI Cloud projects.

How do I retrieve CircleCI job logs and workflow details using a project slug?

Retrieve CircleCI job logs and workflow details by querying the API with project slugs, IDs, or URLs. The Skill fetches workflow results and job information, applying to CircleCI Cloud projects requiring pipeline metadata inspection and controlled API operations.

Can I trigger or continue CircleCI pipelines through API operations?

Yes, you can trigger or continue CircleCI pipelines through requested API v2 write operations with validation safeguards. The Skill supports authenticated read operations and controlled write actions for pipeline execution management.

Do I need curl to inspect CircleCI pipeline status and artifacts?

Yes, curl is required as a dependency to inspect CircleCI pipeline status and artifacts. The Skill uses bundled helpers and compatible CLI or MCP transport methods requiring authenticated CircleCI API access for metadata retrieval.

What are the limitations of inspecting CircleCI pipelines through API v2?

This Skill applies to CircleCI Cloud projects and requires authenticated API access through bundled helpers. Write operations like triggering pipelines include validation safeguards, and compatible CLI or MCP transport methods are necessary for proper API communication.