fix-ci

Trigger GitHub Actions CI and audit workflows, collect failure logs, and iterate until both pass.

4|1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/supersuit-tech/permission-slip --skill fix-ci-supersuit-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-ci
Source: https://github.com/supersuit-tech/permission-slip/tree/main/.claude/skills/fix-ci
Command: npx skills add https://github.com/supersuit-tech/permission-slip --skill fix-ci-supersuit-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the CI remediation loop by triggering GitHub Actions (ci.yml) and audit.yml on a branch, collecting failure logs, and iterating fixes until both pipelines pass, reducing manual triage.

Core Features & Use Cases

  • Trigger and monitor CI + audit workflows from a branch and fetch failure logs for analysis.
  • Auto-diagnose failures and guide minimal, safe code changes, then re-run checks until green.
  • Suitable for PRs where CI or security audits block progress, enabling hands-off remediation while preserving review discipline.

Quick Start

Invoke fix-ci on a target branch to start automated CI remediation and log collection.

Frequently Asked Questions about fix-ci

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

FAQPage Schema
How do I automate fixing failing GitHub Actions workflows on a pull request branch?

You can automate CI remediation by triggering ci.yml and audit.yml on a target branch, collecting failure logs, and looping fixes until both pipelines pass or rounds exhaust. This hands-off loop requires GitHub CLI access and repository permissions to trigger workflows and read run logs.

What is automated CI remediation and how does the iterative fix loop work?

Automated CI remediation is the process of triggering workflows on a branch, fetching failure logs, diagnosing errors, and applying minimal safe code changes. The loop re-runs ci.yml and audit.yml checks until both pass or remediation rounds are fully exhausted.

Do I need GitHub CLI access to run automated CI fixes on my branches?

Yes, you need GitHub CLI access and repository permissions to trigger workflows and read run logs. These permissions allow the automated remediation loop to execute ci.yml and audit.yml, fetch failure outputs, and apply iterative fixes until pipelines pass.

Can I use this to auto-diagnose and fix both CI and security audit failures simultaneously?

Yes, the workflow triggers and monitors both ci.yml and audit.yml on a branch, fetches failure logs for analysis, and guides minimal safe code changes. It iterates re-runs until both CI and security audit pipelines pass or remediation rounds are exhausted.

What happens if my CI pipeline is still failing after the automated remediation rounds are exhausted?

When remediation rounds are exhausted, the automated loop stops, leaving the branch with the latest failure logs for manual triage. The workflow adapts to failing PRs but cannot guarantee all CI or audit blockages will be resolved without human intervention.

What's the best way to handle PRs blocked by failing CI and security audit pipelines?

The best approach is an automated remediation loop that triggers both ci.yml and audit.yml, collects failure logs, and guides minimal safe code changes. It re-runs checks until green, reducing manual triage while preserving pull request review discipline.