What problem does it solve?
This Skill automates the repetitive and time-consuming process of addressing bot review comments and failing CI checks on an open pull request, reducing developer overhead and accelerating time-to-green.
Core Features & Use Cases
- PR identification and monitoring: Detects the current branch's open GitHub PR and polls CI and bot review status until they settle.
- Automated fix loop: Reproduces failing CI steps (lint, typecheck, tests, build, validate-i18n), applies fixes, and iterates across rounds with a max-round safety limit.
- Bot review parsing and targeted fixes: Extracts actionable items from bot review comments, respects user exclusions, and applies focused code changes following repository conventions and commit style.
- Use Case: Ideal for contributors or maintainers who need an automated agent to resolve lint/type/test/build failures and actionable bot feedback on GitHub pull requests.
Quick Start
Run the fix-pr skill on a branch with an open GitHub pull request to detect failing CI and bot reviews, apply fixes, commit, and push until checks pass or you provide further guidance.