auto-review-pr

Automate GitHub pull request review, label management, and optional autofix.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/dainamite-technologies/dainamite-core --skill auto-review-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-review-pr
Source: https://github.com/dainamite-technologies/dainamite-core/tree/main/.ai/skills/auto-review-pr
Command: npx skills add https://github.com/dainamite-technologies/dainamite-core --skill auto-review-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github-api, code-review, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing GitHub pull requests, including fetching the PR, running a code review, managing labels, and offering an optional autofix flow to resolve issues until the PR is merge-ready.

Core Features & Use Cases

  • Automated Code Review: Fetches the PR from GitHub, runs a full code-review skill, and submits an approval or request for changes.
  • Label Management: Manages labels such as 'review', 'changes-requested', 'qa', etc., to track the PR's status.
  • Autofix Flow: Offers an optional flow to resolve conflicts, fix code, and re-review until the PR is merge-ready.
  • Use Case: Ideal for teams that want to streamline their pull request review process and reduce manual effort.

Quick Start

Run the auto-review-pr skill with the PR number: /auto-review-pr <PR-number>

Frequently Asked Questions about auto-review-pr

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

FAQPage Schema
How do I automate GitHub pull request code review?

To automate GitHub pull request code review, use the auto-review-pr skill to fetch PRs, run a code review, manage labels, and optionally apply autofixes until merge-ready.

Can I automatically fix code issues found during a pull request review?

Yes, you can automatically fix code issues using the optional autofix flow, which resolves conflicts, applies fixes, and re-reviews the PR until it is merge-ready.

Do I need GitHub API access to automate pull request management?

Yes, you need GitHub API access to automate pull request management, as the skill fetches PRs, submits approvals, and manages labels through the GitHub API.

How does automated label management work for GitHub pull requests?

Automated label management tracks PR status by applying and updating labels like 'review', 'changes-requested', and 'qa' based on the code review results.

How do I run an automated code review on a specific pull request?

To run an automated code review, execute the skill with the command /auto-review-pr <PR-number>, passing the target pull request number as the argument.

What are the limitations of automating GitHub pull request reviews?

Automation limitations include the dependency on a separate code-review skill to function and the requirement for continuous GitHub API access to fetch and manage pull request data.