Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
cursor avatar

Fix Ci

  • 1.4k installs
  • 2.5k repo stars
  • Updated August 5, 2026
  • cursor/plugins

fix-ci is a Cursor plugin skill that automatically diagnoses and repairs broken CI pipelines when tests or builds fail for developers who need failing PR checks restored to green with minimal code changes.

About

fix-ci is a Cursor plugin skill that resolves failing pull request checks by querying GitHub PR status, reading GitHub Actions logs or external check links, and applying the smallest safe fix one failure at a time. The workflow runs gh pr checks --json name,bucket,state,workflow,link, extracts the first actionable error, patches code, pushes, and re-checks until all checks pass. Developers reach for fix-ci when a branch or PR CI is red and they want an iterative path to green without broad refactors. Guardrails enforce one actionable failure per iteration and prefer low-risk changes before larger edits.

  • Automatically detects common CI failures in GitHub Actions, CircleCI, and GitLab CI
  • Generates precise fixes with updated YAML configs and dependency patches
  • Explains root causes in plain English before applying changes
  • Runs safely in a sandbox before modifying your .github/workflows files
  • Reduces mean time to restore CI from hours to minutes

Fix Ci by the numbers

  • 1,383 all-time installs (skills.sh)
  • +209 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #497 of 2,153 Testing & QA skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cursor/plugins --skill fix-ci

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.4k
repo stars2.5k
Last updatedAugust 5, 2026
Repositorycursor/plugins

How do you fix failing GitHub Actions CI checks?

Automatically diagnose and repair broken CI pipelines when tests or builds fail in Cursor.

Who is it for?

Developers with a failing GitHub PR who want an agent-guided iterative loop from red checks to green builds.

Skip if: Teams without GitHub PR checks or those needing architectural rewrites instead of targeted CI failure fixes should skip fix-ci.

When should I use this skill?

Branch or PR CI is failing and the user needs failing checks diagnosed and fixed iteratively until green.

What you get

Green PR check set, patched source or config files, and pushed commits that resolve the first actionable CI failure per iteration.

  • green CI check set
  • minimal code or config patches
  • pushed fix commits

Files

SKILL.mdMarkdownGitHub ↗

Fix CI

Trigger

Branch or PR CI is failing and needs a fast, iterative path to green checks.

Workflow

1. Resolve the active PR and inspect gh pr checks --json name,bucket,state,workflow,link. 2. Inspect failed jobs and extract the first actionable error. Use GitHub Actions logs when available; otherwise use the check link to identify the failing command or service. 3. Apply the smallest safe fix. 4. Push, re-check the PR check set, and repeat until green.

Guardrails

  • Fix one actionable failure at a time.
  • Prefer minimal, low-risk changes before broader refactors.
  • Keep gh pr checks as the source of truth for overall PR CI state.

Output

  • Primary failing job and root error
  • Fixes applied in iteration order
  • Current CI status and next action

Related skills

How it compares

Pick fix-ci for iterative PR check repair; use broader refactor skills when CI failures require architectural changes.

FAQ

What command does fix-ci use to inspect PR checks?

fix-ci runs gh pr checks --json name,bucket,state,workflow,link to list failing checks, then reads GitHub Actions logs or external check links to find the first actionable error before applying a minimal fix.

Does fix-ci fix multiple CI failures at once?

fix-ci fixes one actionable failure at a time per iteration. The skill prefers minimal low-risk changes, pushes the fix, re-checks the PR, and repeats until all checks are green.

Testing & QAdevopsintegrationstesting

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.