pr-review

Extract GitHub PR comments, generate TODO lists, and apply fixes.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/suwandre/my-codex-config --skill pr-review-suwandre
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/suwandre/my-codex-config/tree/main/skills/pr-review
Command: npx skills add https://github.com/suwandre/my-codex-config --skill pr-review-suwandre

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

PR review feedback often sits as scattered comments across a PR, leading to missed changes and longer review cycles. This skill automates transforming review feedback into concrete code edits and tracked actions.

Core Features & Use Cases

  • Extracts and aggregates PR review comments and issue discussions into a structured list.
  • Generates a prioritized TODO list to implement requested changes and re-run validations.
  • Applies fixes by guiding the developer through the required edits and running tests, then commits changes.
  • Supports PR identification by URL, number, or auto-detection from the current branch.

Quick Start

To start, provide a GitHub PR URL or number to auto-create a focused action plan and begin implementing the review feedback.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate applying GitHub pull request review feedback to my code?

To automate pull request review feedback, this skill extracts inline comments and issues from GitHub PRs, organizes them into a prioritized TODO list, and guides you through applying the required code fixes. It supports identifying the PR via URL, number, or auto-detection from your current branch.

Can I generate a TODO list from GitHub PR comments automatically?

Yes, you can generate a TODO list from GitHub PR comments automatically. The skill parses inline review comments, classifies their severity and categories, and produces a structured, prioritized action list to implement the requested changes.

How do I extract and categorize inline PR comments for a structured action plan?

You extract and categorize inline PR comments by providing a GitHub PR URL or number. The skill uses scripts to parse the review threads, classify them by severity and category, and aggregate the discussions into a structured action plan with summarized outputs for auditing.

Does this PR review automation work with any GitHub project and branch?

Yes, this PR review automation works across any GitHub project. You can target a specific PR by providing its URL or number, or let the skill auto-detect the target PR directly from your current Git branch.

What is the best way to turn scattered PR review feedback into implemented code changes?

The best way to turn scattered PR review feedback into implemented code changes is to aggregate the comments into a prioritized TODO list. This skill automates that process, guiding you through the required edits, running validations, and committing the fixes.

What are the limitations of automating PR review feedback implementation?

A limitation of automating PR review feedback implementation is that the skill applies fixes by guiding the developer through edits and running tests rather than performing fully autonomous commits. It requires a valid GitHub PR URL, number, or a current branch linked to an active PR.