review-pr

Collect PR review feedback, check CI status, and push fixes via GitHub CLI.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/cookeyholder/django-devcontainer-template --skill review-pr-cookeyholder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/cookeyholder/django-devcontainer-template/tree/main/.agent/skills/review-pr
Command: npx skills add https://github.com/cookeyholder/django-devcontainer-template --skill review-pr-cookeyholder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually collecting review feedback, validating CI status, and applying fixes across PRs is time-consuming and error-prone.

Core Features & Use Cases

  • Collect actionable review feedback from PR discussions and comments.
  • Check CI status, identify failing checks, and determine necessary fixes.
  • Apply changes, commit, and push updates back to the PR, then re-run validations.
  • Guard against conflicts and ensure a clean PR history.

Quick Start

Invoke the review-pr skill to automatically read PR feedback, validate CI, apply fixes, and push updates.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate GitHub PR review feedback collection and CI status checks?

Automating GitHub PR review feedback collection involves using the GitHub CLI to fetch PR discussions, identify failing CI checks, and determine necessary code fixes, eliminating manual review tracking and validating CI status automatically.

How do I automatically apply code fixes to a pull request and push updates?

To automatically apply code fixes to a pull request, you integrate with GitHub CLI to fetch reviews, detect failures, apply changes, commit, and push updates back to the PR, including conflict guards to ensure a clean PR history.

Can I use GitHub CLI to collect actionable review feedback from PR comments?

Yes, you can use GitHub CLI to collect actionable review feedback from PR comments. This automation integrates with GitHub PR review scenarios where reviewers provide comments, allowing you to gather and process feedback efficiently.

How do I guard against conflicts when pushing updates back to a PR?

Guarding against conflicts when pushing updates back to a PR requires using conflict guards during the commit and push process, ensuring branch synchronization and maintaining a clean PR history while applying code fixes.

What is the best way to fix CI failures and re-run validations on a pull request?

The best way to fix CI failures and re-run validations is to check CI status, identify failing checks, apply code fixes, push updates back to the PR, and re-run validations automatically, ensuring continuous integration compliance.