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.