review

Review GitHub pull requests by analyzing diffs and generating structured feedback.

6|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/rtfpessoa/code-factory --skill review-rtfpessoa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/rtfpessoa/code-factory/tree/main/code/skills/review
Command: npx skills add https://github.com/rtfpessoa/code-factory --skill review-rtfpessoa

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of reviewing GitHub pull requests, providing structured feedback and saving developers time.

Core Features & Use Cases

  • Automated PR Analysis: Fetches PR details, diffs, and context.
  • Structured Feedback: Generates reviews covering goal, interface changes, database changes, findings (critical, suggestions, nits), test coverage, and impact assessment.
  • Use Case: When a teammate submits a pull request, you can use this skill to get a comprehensive review summary, highlighting potential issues and improvements before manual inspection.

Quick Start

Use the review skill to analyze pull request number 456.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate GitHub pull request reviews to get structured feedback?

To automate GitHub pull request reviews, this skill fetches PR details and diffs to generate structured feedback covering goals, interface changes, test coverage, and impact assessment. It streamlines code quality assurance by highlighting critical findings and suggestions before manual inspection.

Do I need the GitHub CLI to analyze pull request diffs?

Yes, you need the GitHub CLI (gh) installed to analyze pull request diffs. The skill requires gh for authentication and interaction with the GitHub API to fetch PR context, file changes, and metadata necessary for generating comprehensive code reviews.

What is included in the structured feedback for a pull request?

Structured feedback for a pull request includes a review of the goal, interface changes, database changes, findings categorized as critical or suggestions, test coverage analysis, and overall impact assessment. This format ensures comprehensive evaluation of code quality and best practices.

Can I use this for code quality assurance in software development workflows?

Yes, you can use this for code quality assurance in software development workflows. It automates the review process by analyzing diffs and evaluating adherence to best practices, providing developers with a comprehensive summary of potential issues and improvements.

What's the best way to review a specific GitHub pull request number?

The best way to review a specific GitHub pull request number is to invoke the skill with the PR number as input. It fetches the PR details and diffs via the GitHub API, analyzes the changes, and outputs structured feedback highlighting critical findings and suggestions.

Are there limitations when automating code review for database changes?

Automating code review for database changes is limited to analyzing the diffs and context fetched from the GitHub API. The skill generates structured feedback on database modifications and impact assessment, but does not execute or validate the actual database schema migrations.