What problem does it solve?
Helps software teams get a pull request ready for merging by guiding them through conflict resolution, review feedback, and iterative quality passes.
Core Features & Use Cases
- Merge Conflict Resolution: Guide for resolving merge conflicts before proceeding.
- Review Feedback Integration: Process for integrating and addressing review comments and CI failures.
- Iterative Review: Iterate over the PR locally for quality assurance before merging.
- Push and Reporting: Push all fixes and report the status after resolving conflicts and quality checks.
- Use Case: Imagine you have a pull request that has passed initial review but has merge conflicts and feedback from reviews to address. This Skill guides you through a structured process to clean the PR before it is ready for merging.
Quick Start
Run 'onex-pr-polish' to get a structured guide to resolve merge conflicts and address review feedback on a pending PR.