pr-review

Automate pull request reviews with AI bots and archive learnings.

5|1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/Disaster-Terminator/RewardsCore --skill pr-review-disaster-terminator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/Disaster-Terminator/RewardsCore/tree/main/.trae/archive/multi-agent/skills/pr-review
Command: npx skills add https://github.com/Disaster-Terminator/RewardsCore --skill pr-review-disaster-terminator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of integrating AI-driven code reviews into your development workflow, ensuring code quality and compliance before merging.

Core Features & Use Cases

  • Automated AI Review Triggering: Automatically initiates reviews from tools like Sourcery and Copilot upon Pull Request creation.
  • Review Analysis & Action: Parses review comments to identify blocking issues (bugs, security) versus suggestions (style), and triggers automated fixes or flags for human intervention.
  • Knowledge Archiving: Extracts key learnings from the review process (e.g., DOM selector changes, anti-bot strategies) and archives them for future reference.
  • Use Case: When a new Pull Request is opened, this Skill will ensure Sourcery and Copilot provide their feedback, then attempt to fix any critical issues automatically, and finally, archive the lessons learned before notifying a human to approve the merge.

Quick Start

Use the pr-review skill to process the pull request and ensure all reviews are addressed.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate AI code reviews for pull requests on GitHub?

Automate AI code reviews by triggering bots like Sourcery, Copilot, and Qodo upon pull request creation to analyze feedback, identify blocking issues, and flag them for human intervention before merging.

Can I automatically fix blocking issues found in GitHub Actions PR reviews?

Yes, automated PR review processing can parse bot comments to distinguish bugs and security issues from style suggestions, then trigger automated fixes for critical blocking issues before notifying a human.

Does this automated PR review skill work with Sourcery and Copilot?

Yes, this skill integrates directly with AI code review bots like Sourcery, Copilot, and Qodo to trigger reviews, parse feedback, and facilitate automated fixes or human intervention based on the severity of comments.

What is the best way to archive code review learnings from AI bots?

Archiving code review learnings is handled by extracting key takeaways from the AI feedback process, such as anti-bot strategies or DOM selector changes, and saving them into a knowledge base for future reference.

How does automated PR review distinguish between critical bugs and style suggestions?

Automated PR review analyzes feedback from AI bots to categorize comments into blocking issues like bugs and security vulnerabilities versus non-blocking style suggestions, subsequently triggering automated fixes only for critical problems.