fix-circleci

Identify and remediate CircleCI failures on GitHub pull requests.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nclandrei/dotfiles --skill fix-circleci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-circleci
Source: https://github.com/nclandrei/dotfiles/tree/main/config/skills/fix-circleci
Command: npx skills add https://github.com/nclandrei/dotfiles --skill fix-circleci

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It automatically identifies CircleCI failures on pull requests and guides or applies fixes to reduce debugging time.

Core Features & Use Cases

  • Detect failing CircleCI checks on the current PR and surface the exact pipelines and jobs involved
  • Extract workflow IDs from CircleCI check URLs and fetch detailed job status
  • Provide structured remediation paths, reproduce failures locally when needed, and present a clear fix plan

Quick Start

Run the skill against the current PR to automatically identify failing CircleCI jobs and initiate the guided fix workflow.

Frequently Asked Questions about fix-circleci

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

FAQPage Schema
How do I fix CircleCI failures on a GitHub pull request?

To fix CircleCI failures on a pull request, the skill scans PR checks, extracts workflow IDs from CircleCI URLs, queries the CircleCI API for job statuses, and guides you through reproducing and applying fixes locally or interactively.

How does CircleCI workflow debugging work for failing PR checks?

CircleCI workflow debugging extracts workflow IDs from check URLs to fetch detailed job statuses and test metadata, enabling targeted identification of failing pipelines and structured remediation paths for your pull request.

Can I automatically reproduce CircleCI test failures locally?

Yes, the skill provides local reproduction guidance by extracting test metadata and workflow details from the CircleCI API, allowing you to replicate the exact failing conditions before applying a fix.

What is needed to automate CircleCI pipeline fixes on GitHub?

Automating CircleCI pipeline fixes requires a GitHub-based pull request with CircleCI integration, enabling the skill to validate prerequisites, extract PR data, and interactively guide the remediation process.

Why is my CircleCI job failing and how can I identify the exact pipeline issue?

The skill identifies why your CircleCI job is failing by scanning PR checks, extracting workflow IDs, and fetching job statuses via the CircleCI API to surface the exact pipelines and test metadata involved.