aget-review-pr

Review pull requests for code quality, test coverage, and standards compliance.

11|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/aget-framework/aget --skill aget-review-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aget-review-pr
Source: https://github.com/aget-framework/aget/tree/main/.claude/skills/aget-review-pr
Command: npx skills add https://github.com/aget-framework/aget --skill aget-review-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of reviewing pull requests, ensuring code quality, test coverage, and adherence to standards before merging.

Core Features & Use Cases

  • Automated Code Analysis: Analyzes code changes for correctness, test coverage, and standards compliance.
  • Categorized Feedback: Provides structured feedback categorized into Blocking, Suggestion, Nitpick, and Praise.
  • Use Case: A developer submits a pull request. The aget-review-pr skill is invoked to perform an initial automated review, flagging any critical issues and providing suggestions, allowing the human reviewer to focus on higher-level architectural concerns.

Quick Start

Use the aget-review-pr skill to review pull request number 123.

Frequently Asked Questions about aget-review-pr

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

FAQPage Schema
How do I automate code review for a pull request?

You can automate code review for a pull request by analyzing code changes for correctness, test coverage, and standards compliance using GitHub CLI commands. The process categorizes findings into blocking issues, suggestions, nitpicks, and praise to recommend approval or change requests.

How does automated pull request quality assurance work?

Automated pull request quality assurance works by analyzing code changes to check for correctness, test coverage, and standards compliance. It then generates structured feedback categorized into blocking issues, suggestions, nitpicks, and praise to recommend approval or change requests.

Can I use GitHub CLI to check test coverage and standards compliance in a PR?

Yes, GitHub CLI is used to check test coverage and standards compliance in a PR. The skill analyzes changes via GitHub CLI commands and produces structured feedback categorized into blocking issues, suggestions, nitpicks, and praise.

What is the best way to structure feedback for code review on GitHub?

The best way to structure feedback for code review on GitHub is to categorize findings into blocking issues, suggestions, nitpicks, and praise. This structured feedback approach recommends either approval or change requests based on the identified issues.

What are the limitations of automated PR quality checks?

Automated PR quality checks focus on correctness, test coverage, and standards compliance, but are limited to initial automated review. They flag critical issues and provide suggestions so human reviewers can focus on higher-level architectural concerns.

Does aget-review-pr require any dependencies to run?

No, aget-review-pr does not require any dependencies to run. It operates independently to automate PR quality checks by analyzing code changes using GitHub CLI commands for correctness, test coverage, and standards compliance.