Aurelio PR Review

Orchestrate multi-agent pull request reviews with code analysis and issue verification.

9|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Aureliolo/synthorg --skill aurelio-pr-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Aurelio PR Review
Source: https://github.com/Aureliolo/synthorg/tree/main/.claude/skills/aurelio-review-pr
Command: npx skills add https://github.com/Aureliolo/synthorg --skill aurelio-pr-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the comprehensive review of Pull Requests, ensuring code quality, documentation consistency, and issue linkage, significantly reducing manual review effort and improving code merge efficiency.

Core Features & Use Cases

  • Automated Code Review: Runs multiple specialized agents to check for bugs, security vulnerabilities, and adherence to coding conventions.
  • Documentation Validation: Verifies that code changes are accurately reflected in project documentation (README, CLAUDE.md, design docs).
  • Issue Linking & Verification: Automatically finds and links PRs to GitHub issues, and verifies if the PR fully addresses the issue's requirements.
  • Use Case: A developer submits a PR. This Skill automatically analyzes the code, checks documentation, confirms it closes the correct issue, and flags any potential problems before human review, allowing reviewers to focus on high-level logic.

Quick Start

Use the aurelio-review-pr skill to review the current pull request.

Frequently Asked Questions about Aurelio PR Review

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

FAQPage Schema
How do I automate PR review for GitHub pull requests?

Automated PR review uses a multi-agent pipeline to analyze changed files, check code quality, verify issue linkage, and validate documentation consistency before human review. It identifies changed files, categorizes them, and launches parallel agents for security, bugs, and docs.

What is multi-agent code review and how does it work?

Multi-agent code review orchestrates parallel specialized agents to analyze different aspects of a pull request simultaneously, such as security vulnerabilities, coding conventions, and documentation accuracy, generating a comprehensive pre-triage report.

Can I automatically verify if a pull request closes the correct GitHub issue?

Issue linkage verification automatically searches for related GitHub issues, links them to the pull request, and verifies if the code changes fully address the issue requirements before allowing a safe PR body update.

Does automated PR review check documentation consistency alongside code changes?

Documentation validation verifies that code changes are accurately reflected in project documentation including README, CLAUDE.md, and design docs, ensuring consistency between implementation and project documentation.

How do I integrate automated code analysis into a CI/CD pipeline?

Integrating automated code analysis into CI/CD pipelines runs local code analysis and external feedback integration during pull request checks, flagging potential problems and implementing automated fixes before human review.

What are the limitations of automated PR review pipelines?

Automated PR review pipelines provide pre-triage reports and automated fixes but require human reviewers to focus on high-level logic, as the pipeline handles code quality, security checks, and documentation consistency without replacing manual oversight.