flux-autofix

Automates cloud-based PR fixes for CI failures and reviewer feedback via GitHub.

7|1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Nairon-AI/flux --skill flux-autofix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flux-autofix
Source: https://github.com/Nairon-AI/flux/tree/main/skills/flux-autofix
Command: npx skills add https://github.com/Nairon-AI/flux --skill flux-autofix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hands-off cloud PR auto-fix after submission to handle CI failures and reviewer comments so you can walk away with a green PR.

Core Features & Use Cases

  • Auto-fix subscribes to PR activity in the cloud, fixes CI failures, lint/type issues, and reviewer comments.
  • It pushes fixes back to GitHub and re-runs CI automatically, reducing manual rework.
  • It can be triggered after a PR submission via /flux:work or invoked manually via /flux:autofix to provide hands-off support.

Quick Start

Enable autofix with /flux:setup, then submit a PR with /flux:work to trigger cloud auto-fix after submission.

Frequently Asked Questions about flux-autofix

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

FAQPage Schema
How do I automatically fix CI failures on a pull request after submission?

Yes, you can automate addressing reviewer comments on submitted PRs by enabling cloud-based autofix. It automatically processes comments, pushes fixes back to GitHub, and re-runs CI to help you walk away with a green PR.

Do I need the Claude GitHub App integration to auto-fix pull requests in the cloud?

To set up cloud PR auto-fix, you need to run the /flux:setup command to enable autofix. You can then submit a PR using /flux:work to trigger cloud auto-fix after submission, or invoke /flux:autofix manually for hands-off support.

What is the best way to handle lint and type issues on a submitted pull request?

Cloud-based PR auto-fix is an effective way to handle lint and type issues on a submitted pull request. It automatically fixes CI failures and pushes the corrections back to GitHub, reducing manual rework.

Can I manually trigger a cloud PR auto-fix instead of waiting for CI to fail?

Yes, you can manually trigger cloud PR auto-fix by invoking the /flux:autofix command. This provides hands-off support to address CI failures and reviewer feedback on demand without waiting for automated triggers.