flokay:fix-pr

Resolve CI failures and review comments on a pull request.

30|1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/pacaplan/flokay --skill flokay-fix-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flokay:fix-pr
Source: https://github.com/pacaplan/flokay/tree/main/skills/fix-pr
Command: npx skills add https://github.com/pacaplan/flokay --skill flokay-fix-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automatically resolves CI failures and addresses code review comments on your current pull request, streamlining the code review and deployment process.

Core Features & Use Cases

  • Automated Debugging: Gathers CI failure logs and review comments to provide context to a fixer subagent.
  • Quality Assurance: Verifies fixes using the gauntlet-run skill before pushing changes.
  • Use Case: When your pull request fails CI checks or receives critical review feedback, invoke this Skill to automatically attempt a fix, ensuring your code meets quality standards before merging.

Quick Start

Use the flokay fix pr skill to automatically fix CI failures and review comments on the current pull request.

Frequently Asked Questions about flokay:fix-pr

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?

You can automatically fix CI failures on a pull request by gathering failure logs and dispatching a fixer subagent to modify code. The Skill verifies corrections using gauntlet before pushing changes to ensure quality standards are met.

Can I automate resolving code review comments on GitHub?

Yes, you can automate resolving code review comments on GitHub by providing review feedback as context to a fixer subagent. The subagent modifies the code to address the comments and verifies the changes before pushing.

Do I need GitHub CLI to automate debugging for PRs?

Yes, you need GitHub CLI installed to automate debugging for PRs. The Skill requires GitHub CLI for context gathering, which involves collecting CI failure logs and review comments to provide context to the fixer subagent.

How does automated code correction verify fixes before merging?

Automated code correction verifies fixes before merging by running the gauntlet validation process. After the fixer subagent modifies the code, the Skill applies gauntlet verification to ensure the changes meet quality standards before pushing.

What is the best way to handle GitHub Actions failures without manual debugging?

The best way to handle GitHub Actions failures without manual debugging is using an automated fixer subagent workflow. This approach gathers CI failure logs, applies code corrections automatically, and validates the results before pushing.