loop-on-ci

Monitor GitHub PR checks and coordinate automated diagnosis and fixes for failures.

2.6k|204|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/cursor/plugins --skill loop-on-ci-cursor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loop-on-ci
Source: https://github.com/cursor/plugins/tree/main/cursor-team-kit/skills/loop-on-ci
Command: npx skills add https://github.com/cursor/plugins --skill loop-on-ci-cursor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate automated diagnosis and fixes for failing PR checks.

Core Features & Use Cases

  • Diagnose and fix CI failures on PRs
  • Watch checks with gh pr checks --watch --fail-fast and re-check after pushes
  • Surface failure details and guides for remediation

Quick Start

Monitor the current branch's PR checks and automatically fix failures until all checks pass.

Frequently Asked Questions about loop-on-ci

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

FAQPage Schema
How do I automatically fix failing CI checks on a GitHub pull request?

This Skill automates fixing failing CI checks on GitHub pull requests by monitoring status with gh pr checks --watch --fail-fast, surfacing failure details URLs, and applying fixes after each push until all checks pass.

What is the best way to monitor pending PR checks and handle flaky CI runs?

The best way to monitor pending PR checks and handle flaky CI runs is using an automated diagnosis tool that watches check statuses across multiple CI services and automatically applies remediation fixes after pushes.

Does this automated CI fixer work with multiple CI services beyond GitHub Actions?

Yes, this automated CI fixer works with multiple CI services beyond GitHub Actions. It coordinates diagnosis and fixes for failing PR checks across active pull requests spanning various GitHub workflows and external CI platforms.

How do I get failure details and remediation guides for failing GitHub workflow checks?

To get failure details and remediation guides for failing GitHub workflow checks, the Skill surfaces failure details URLs after each push and monitors the current branch's PR checks to automatically fix failures until all checks pass.

Can I use gh pr checks --watch --fail-fast to automatically re-check pull requests after pushing a fix?

Yes, you can use gh pr checks --watch --fail-fast to automatically re-check pull requests after pushing a fix. The Skill uses this command to monitor status and coordinate automated diagnosis for failing PR checks.