ci-fix

Detect, diagnose, and correct GitHub Actions CI failures on pull requests.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/kozyszoo/antigravity-handson --skill ci-fix-kozyszoo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci-fix
Source: https://github.com/kozyszoo/antigravity-handson/tree/main/.claude/skills/ci-fix
Command: npx skills add https://github.com/kozyszoo/antigravity-handson --skill ci-fix-kozyszoo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automatically detects, diagnoses, and resolves Continuous Integration (CI) failures in GitHub Actions, ensuring your pull requests pass checks without manual intervention.

Core Features & Use Cases

  • Automated CI Check: Monitors GitHub Actions for CI failures on pull requests.
  • Log Analysis & Debugging: Fetches and analyzes logs from failed CI runs to identify the root cause (linting, testing, build errors, etc.).
  • Automated Code Correction: Modifies code based on identified errors, commits the changes, and pushes them for re-validation.
  • Iterative Fixing: Loops through the fix-commit-revalidate cycle up to three times to resolve CI issues.
  • Use Case: When your pull request's CI checks fail due to a linting error, this Skill will automatically fix the linting issue, commit the change, and push it, retrying the CI until it passes or the retry limit is reached.

Quick Start

Use the ci-fix skill to automatically resolve the current pull request's CI failures.

Frequently Asked Questions about ci-fix

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

FAQPage Schema
How do I automatically fix GitHub Actions CI failures on a pull request?

To automatically fix GitHub Actions CI failures, this Skill analyzes failed run logs to diagnose linting, testing, and build errors, then applies code corrections and pushes commits to re-validate the pull request iteratively.

What types of continuous integration errors can be debugged and resolved automatically?

Automatic CI debugging and resolution handles linting errors, testing failures, build errors, and structure validation issues by fetching and analyzing the logs from failed GitHub Actions runs to identify and correct the root cause.

Does the automated code fix loop retry pushing commits if the CI checks fail again?

Yes, the automated code fix loop pushes commits and retries validation up to three times, continuously analyzing logs and applying corrections until the GitHub Actions CI checks pass or the iterative retry limit is reached.

What is the best way to resolve pull request linting errors without manual intervention?

The best way to resolve pull request linting errors without manual intervention is using an automated loop that detects the failure, modifies the code, commits the changes, and pushes them to re-validate the GitHub Actions CI.

Can I use this to fix build errors and structure validation issues in GitHub Actions?

Yes, you can use this to fix build errors and structure validation issues in GitHub Actions, as it automatically fetches failed run logs, diagnoses the root cause, and applies code corrections to ensure checks pass.

What happens if the CI fix does not resolve the failure after multiple retries?

If the CI fix does not resolve the failure after multiple retries, the iterative loop stops after reaching its maximum of three attempts, leaving the pull request in a failed state for manual debugging and intervention.