pr-review

Review pull request code commits for quality, performance, and correctness.

66|9|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/www-zaq-ai/zaq --skill pr-review-www-zaq-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/www-zaq-ai/zaq/tree/main/.agents/skills/pr-review
Command: npx skills add https://github.com/www-zaq-ai/zaq --skill pr-review-www-zaq-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages the comprehensive code review process for pull requests, enhancing software quality and developer efficiency.

Core Features & Use Cases

  • Code Quality Checks: Identifies issues related to naming clarity, readability, code duplication, adherence to project patterns, and consistency in code style.
  • Performance Analysis: Detects inefficient algorithms, avoidable allocations, redundant calls, and unnecessary processing.
  • Logic and Correctness Verification: Ensures the correctness of code logic, handling edge cases, race conditions, and off-by-one bugs.
  • Maintainability Enhancement: Identifies documentation gaps, reusable code opportunities, and hidden couplings.
  • Issue Context Utilization: Integrates issue context from pull requests to validate fixes and implementation consistency.
  • Output Generation: Produces inline comments, general conversation comments, and a final recap for comprehensive review coverage.
  • Auditing and Compliance: Follows a strict auditing checklist to ensure adherence to coding standards and compliance with project requirements.

Quick Start

Run the pr-review skill to start a code review session for the pull request 'PR-123'.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate code review for pull requests to ensure software quality?

Automating code review for pull requests involves analyzing changed code and related files against coding standards. This process identifies naming, readability, and consistency issues while validating logic against issue context to ensure correctness and software quality.

What does performance analysis in a pull request check for?

Performance analysis in a pull request detects inefficient algorithms, avoidable memory allocations, redundant function calls, and unnecessary processing. It reviews code commits to ensure optimal software performance before merging changes.

How do I verify code correctness and edge cases during a pull request review?

Verifying code correctness and edge cases during a pull request review requires logic verification to handle race conditions and off-by-one bugs. It utilizes issue context to validate fixes and implementation consistency across changed files.

Can I use issue context to validate fixes in a pull request code review?

Yes, you can use issue context to validate fixes in a pull request code review. Integrating issue context ensures the implementation consistency of the changes matches the original software requirements and correctly addresses the reported problem.

What is the best way to document code review findings for maintainability?

The best way to document code review findings for maintainability is generating inline comments, general conversation comments, and a final recap. This output identifies documentation gaps, reusable code opportunities, and hidden couplings for comprehensive coverage.