revise-pr

Automate GitHub pull request revision by integrating review feedback and resolving threads.

8|Updated May 29, 2026
One-click install
npx skills add https://github.com/offlinecv/OfflineCV --skill revise-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: revise-pr
Source: https://github.com/offlinecv/OfflineCV/tree/main/.claude/skills/revise-pr
Command: npx skills add https://github.com/offlinecv/OfflineCV --skill revise-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, npm.

What problem does it solve?

This skill solves the friction of managing multi-round pull request reviews, ensuring that feedback is addressed, verified, and resolved without losing track of comments or burning approvals.

Core Features & Use Cases

  • Unified Feedback Management: Consolidates unresolved threads from the target PR, imported PRs, or external notes into a single actionable workflow.
  • Automated Verification: Re-verifies imported findings against the current branch to ensure fixes are relevant and necessary before applying changes.
  • PR Lifecycle Automation: Handles the entire loop of checking out branches, applying fixes, running quality gates, pushing updates, and resolving GitHub threads.

Quick Start

Ask the assistant to revise the current pull request by addressing all unresolved review comments and pushing the necessary fixes to the branch.

Frequently Asked Questions about revise-pr

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

FAQPage Schema
How do I automate GitHub pull request revisions and resolve review comments?

Automating GitHub pull request revisions involves consolidating unresolved threads, applying code modifications, running quality gates, and pushing updates to resolve feedback. This skill coordinates branch synchronization and thread resolution across target and source repositories end-to-end.

What is the best way to manage multi-round code reviews without losing approvals?

Managing multi-round code reviews requires preserving review approvals while addressing feedback. This skill automates the revision loop to ensure comments are resolved, verified, and documented, maintaining a clean commit history without burning existing approvals.

Do I need git and gh installed to automate my pull request workflow?

Yes, automating your pull request workflow requires git, gh, and npm installed in your environment. These dependencies are necessary to handle branch synchronization, quality gate validation, and pushing updates to GitHub repositories.

Can imported code review findings be re-verified against the current branch?

Yes, imported code review findings can be re-verified against the current branch. The automated workflow checks imported findings before applying changes, ensuring fixes remain relevant and necessary for the active source repository.

How does automated PR feedback handling deal with unresolved GitHub threads?

Automated PR feedback handling consolidates unresolved GitHub threads from target PRs, imported PRs, or external notes into a single workflow. It applies fixes and automatically resolves the corresponding threads on GitHub after validation.