flokay:finalize-pr

Push a pull request, monitor CI status, and iteratively fix failures.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of pushing code, waiting for Continuous Integration (CI) checks to pass, and fixing any reported failures or review comments, ensuring your code meets quality standards before merging.

Core Features & Use Cases

  • Automated PR Workflow: Orchestrates the entire post-implementation loop from pushing a PR to resolving CI failures.
  • CI Status Monitoring: Waits for and reports on the status of CI checks.
  • Automated Fixes: Attempts to fix identified CI failures or review comments.
  • Termination Rules: Implements safeguards against infinite loops by limiting fix attempts and detecting persistent failures.
  • Use Case: After completing development on a feature, you can invoke this skill to automatically handle the process of submitting the PR, waiting for tests, and addressing any issues that arise, freeing you to focus on other tasks.

Quick Start

Use the flokay:finalize-pr skill to push your current branch to a pull request and automatically handle CI checks and fixes.

Frequently Asked Questions about flokay:finalize-pr

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

FAQPage Schema
How do I automate pull request checks and CI status monitoring?

Automating pull request checks involves pushing your branch, continuously polling CI/CD pipelines for status, and iteratively applying fixes to any reported failures until the code integration is green. This handles the entire post-implementation loop automatically.

What is the best way to automatically fix CI failures during a development workflow?

Automatically fixing CI failures requires a system that monitors your version control status, detects test errors, and iteratively modifies the code to resolve issues. This approach applies safeguards to limit attempts and prevent infinite fixing loops.

Can I use an automated PR workflow with my existing CI/CD pipelines?

Yes, automating your PR workflow requires direct integration with your existing CI/CD pipelines and version control systems. The system uses these integrations for continuous status polling and automated code modification to ensure quality assurance.

How does automated code review handle persistent CI failures?

Automated code review handles persistent CI failures by implementing termination rules that limit fix attempts and detect ongoing issues. These safeguards prevent infinite loops, ensuring the development workflow stops if quality standards cannot be met.

When do I need to automate my pull request workflow?

You need to automate your pull request workflow when your software development requires robust quality assurance and automated code integration. It is ideal after completing a feature when you want to automatically submit a PR, wait for tests, and resolve arising issues.