What problem does it solve?
Manually resolving CI failures and review comments on pull requests is tedious, requires frequent context switching between logs, code, and review threads, and can delay merges if issues are missed or addressed inconsistently.
Core Features & Use Cases
- Automated Context Gathering: Fetches all failed CI check logs and unresolved review comments for the current PR in one pass.
- Dedicated Fixer Subagent: Dispatches an autonomous subagent to implement minimal, focused fixes for all identified issues, following existing code patterns.
- Quality Gate Enforcement: Runs automated validation before pushing fixes, and automatically resolves fixed review threads to keep PRs moving.
- Use Case: If your PR has 3 failing CI checks and 2 unresolved review comments, this skill will collect all context, fix the issues, validate the changes, and push the updated PR without manual intervention.
Quick Start
Use the fix-pr skill to automatically resolve all CI failures and review comments on your current pull request.