pr-tools:review-pr

Orchestrate parallel specialist agents to review GitHub pull requests and post findings.

4|1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/aaronbassett/agent-foundry --skill pr-tools-review-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-tools:review-pr
Source: https://github.com/aaronbassett/agent-foundry/tree/main/plugins/pr-tools/skills/review-pr
Command: npx skills add https://github.com/aaronbassett/agent-foundry --skill pr-tools-review-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the comprehensive review of GitHub pull requests, identifying code quality issues, security vulnerabilities, TODOs, and SDD task compliance, thereby improving code quality and development velocity.

Core Features & Use Cases

  • Multi-Agent Parallel Review: Orchestrates specialized agents for code review, security analysis, TODO detection, and SDD task verification.
  • Automated Commenting: Consolidates findings and posts a detailed, organized review comment on the PR.
  • Use Case: When a developer submits a pull request, this skill can be invoked to provide an immediate, multi-faceted review, flagging potential issues before human reviewers even look at the code.

Quick Start

Use the pr-tools:review-pr skill to review the current pull request.

Frequently Asked Questions about pr-tools:review-pr

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

FAQPage Schema
How do I automate GitHub pull request reviews for code quality and security?

Automated GitHub pull request reviews are orchestrated by launching parallel specialist agents to check code quality, security vulnerabilities, and TODO detection, then posting a consolidated review comment directly on the PR.

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

Multi-agent PR review works by fetching PR metadata, validating reviewability, and launching language-specific code reviewers alongside a TODO finder and SDD task verifier in parallel to analyze the changes.

Can I use automated PR review to verify SDD task compliance?

Yes, automated PR review includes a dedicated SDD task verifier agent that checks pull requests for spec-driven development compliance alongside standard code quality and security analysis.

Does automated PR review check for TODOs and SDD task verification?

Automated PR review checks for TODOs and SDD task verification by launching dedicated specialist agents that scan the codebase for unresolved tasks and validate compliance with SDD requirements.

How do I run a comprehensive security analysis on a GitHub pull request?

Comprehensive security analysis on a GitHub pull request is performed by a specialized security agent that runs in parallel with code quality and TODO detection agents to identify vulnerabilities.

How does automated PR review handle language-specific code analysis?

Automated PR review handles language-specific code analysis by launching dedicated code reviewers tailored to the programming languages detected in the pull request, ensuring accurate quality and security assessments.