devops:ci-autofix

Parses GitHub Actions CI logs and applies automated fixes to pull requests.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/atournayre/claude-personas --skill devops-ci-autofix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops:ci-autofix
Source: https://github.com/atournayre/claude-personas/tree/main/devops/skills/ci-autofix
Command: npx skills add https://github.com/atournayre/claude-personas --skill devops-ci-autofix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of parsing CI logs, identifying errors, and attempting to automatically fix them, reducing manual debugging time and improving CI/CD pipeline efficiency.

Core Features & Use Cases

  • CI Log Parsing: Analyzes output from CI runs to pinpoint specific errors.
  • Automated Error Correction: Attempts to fix common issues like linting errors, test failures, and build problems.
  • Iterative Fixing: Retries fixes up to three times, reporting success or failure.
  • Use Case: After a CI pipeline fails on a pull request, this Skill can be invoked to automatically diagnose and resolve issues like code style violations or failing unit tests, then push a corrected commit.

Quick Start

Use the devops:ci-autofix skill to parse CI logs and attempt to fix errors for the current pull request.

Frequently Asked Questions about devops:ci-autofix

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, you can use a tool that parses CI logs, categorizes issues like linting or test failures, and pushes corrected commits directly to your pull request. This skill performs that exact automated debugging process.

Can I automatically resolve linting and build errors from CI logs without manual debugging?

Yes, you can automatically resolve linting and build errors by parsing CI output and applying direct code edits or predefined agents. This skill identifies the specific errors and attempts automated fixes, reducing manual debugging time.

How many times will an automated CI fix retry before failing on a GitHub pull request?

An automated CI fix retries up to three times before reporting a failure on a GitHub pull request. It iteratively commits and pushes corrections, then verifies the CI status after each attempt to ensure the build passes.

What types of CI pipeline errors can be automatically fixed on a pull request?

The types of CI pipeline errors that can be automatically fixed include linting errors, test failures, and build problems. The skill categorizes these issues from the CI logs and applies targeted automated corrections.

What is the best way to automate pull request debugging for failing unit tests in GitHub Actions?

The best way to automate pull request debugging for failing unit tests in GitHub Actions is to parse the CI logs, identify the test failures, and apply automated fixes iteratively. This skill pushes corrected commits up to three times to resolve the issues.