pr-review

Fetch GitHub PR review comments, categorize by impact, and generate a prioritized fix queue.

165|20|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/wednesday-solutions/ai-agent-skills --skill pr-review-wednesday-solutions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/wednesday-solutions/ai-agent-skills/tree/main/skills/pr-review
Command: npx skills add https://github.com/wednesday-solutions/ai-agent-skills --skill pr-review-wednesday-solutions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

pr-review turns scattered PR review comments into an ordered, actionable fix queue so engineers can address the most critical issues first without missing required approvals.

Core Features & Use Cases

  • Prioritized review triage: Categorizes findings by impact (security, breaking, logic, performance, naming, style) and enforces the rule to never fix style while security or breaking issues are pending.
  • Dev-approved fix workflow: Fetches review comments from Gemini bot or humans, generates fix items, posts a prioritized report, and applies fixes only after explicit developer approval (for example, fixing specific numbered items or fixing all).
  • PR-safe operational boundaries: Works only on already-open PRs with review comments, supports quick targeted fixes, and integrates into a broader pr-review-agent flow for complete PR review handling.

Quick Start

Use the pr-review skill to fix the highest-priority review items on the current pull request by telling the agent: Fix the review comments.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I fix GitHub PR review comments automatically?

To fix GitHub PR review comments automatically, this skill fetches feedback from Gemini bot or human reviewers, categorizes issues by impact, and generates a prioritized fix queue for developer-approved application. It operates only on already-open pull requests with existing review comments.

What is the best way to prioritize code fixes for security and breaking issues in a pull request?

Prioritizing code fixes for security and breaking issues is handled by categorizing PR review findings by impact level. The workflow strictly blocks style fixes when security or breaking items are still pending, ensuring critical vulnerabilities are resolved first before cosmetic changes.

Do I need developer approval before applying automated refactoring from PR review feedback?

Yes, you need developer approval before applying automated refactoring from PR review feedback. The skill posts a prioritized report and applies fixes only after explicit developer approval, whether fixing specific numbered items or resolving all issues at once.

Can I use GitHub Actions to apply code fixes to open pull requests?

You can use GitHub Actions to apply code fixes to open pull requests by integrating this skill into a broader PR review workflow. It supports quick targeted fixes on demand and enforces safe updates that avoid creating new PRs or committing outside the intended workflow.

Does this PR review workflow support comments from both human reviewers and bots?

Yes, this PR review workflow supports comments from both human reviewers and the Gemini bot. It fetches review feedback from both sources, categorizes the issues by impact, and generates an ordered actionable fix queue for developer approval.

What are the limitations of automated issue triage for pull request comments?

Limitations of automated issue triage include restricting operations to already-open PRs with existing review comments and requiring dev-approval-driven edits. It avoids creating new PRs or committing outside the intended workflow, and enforces ordered handling that blocks style fixes during pending security issues.