onex-pr-polish

Automate PR polish workflows for merge conflicts and review feedback via GitHub CLI.

2|2|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/Julian0444/omnicursor --skill onex-pr-polish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onex-pr-polish
Source: https://github.com/Julian0444/omnicursor/tree/main/.cursor/skills/onex-pr-polish
Command: npx skills add https://github.com/Julian0444/omnicursor --skill onex-pr-polish

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

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.

Frequently Asked Questions about onex-pr-polish

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

FAQPage Schema
How do I resolve merge conflicts and address review feedback on a GitHub pull request?

To resolve merge conflicts and address review feedback on a GitHub pull request, you can use a structured PR polishing workflow that guides conflict resolution, integrates review comments, and performs iterative quality checks before merging.

What is the best way to prepare a pull request for a clean merge?

The best way to prepare a pull request for a clean merge is to follow an iterative review workflow that handles merge conflict resolution, processes code review feedback, and runs local quality assurance checks before pushing final fixes.

Do I need the gh CLI to automate pull request polishing workflows?

Yes, you need the gh CLI installed to automate pull request polishing workflows, as it is required for PR manipulation, handling CI failures, and pushing updates directly through GitHub collaboration integrations.

Can I integrate CI failure fixes and code review comments locally before merging?

Yes, you can integrate CI failure fixes and code review comments locally by iterating over the pull request quality assurance process, resolving issues, and pushing the updated fixes to report the final PR status.

How does an iterative quality review process work for pending pull requests?

An iterative quality review process for pending pull requests works by guiding you through local quality assurance passes, addressing merge conflicts and review feedback continuously until the codebase is clean and ready for merging.

Why does my pull request still have merge conflicts after passing the initial code review?

Your pull request may still have merge conflicts after passing initial code review because the target branch has updated, requiring a structured PR polish workflow to resolve conflicts and address any newly introduced feedback before merging.