review-pr

Fetch PR details, run parallel review agents, and generate a private gist report.

7|2|Updated May 11, 2023
One-click install
npx skills add https://github.com/vitalyiegorov/suuudokuuu --skill review-pr-vitalyiegorov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/vitalyiegorov/suuudokuuu/tree/main/.agents/skills/review-pr
Command: npx skills add https://github.com/vitalyiegorov/suuudokuuu --skill review-pr-vitalyiegorov

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the in-depth review of Pull Requests (PRs), ensuring code quality, consistency, and adherence to best practices, while also efficiently addressing human feedback.

Core Features & Use Cases

  • Automated Code Review: Analyzes PRs across multiple packages using specialized agents for React, React Native, and Expo best practices.
  • Issue Categorization: Classifies findings into P0 (critical), P1 (high), and P2 (medium) severity levels.
  • Review Comment Resolution: Filters out AI/bot comments to focus solely on human feedback for efficient bug fixing.
  • Use Case: When a developer submits a complex PR affecting both the mobile app and the web client, this Skill can perform a thorough review, identify potential issues, and then help the developer quickly address specific comments made by human reviewers.

Quick Start

Use the review-pr skill to analyze pull request number 305.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate code review for React Native and Expo pull requests?

Automated code review for React Native and Expo pull requests is performed by fetching PR details and running parallel review agents to check code quality and consistency against best practices. This process categorizes issues by severity and generates a private gist report.

How do I address human review comments on a pull request while filtering out bot feedback?

To address human review comments on a pull request, the skill filters out AI and bot feedback to focus solely on human-provided suggestions. It then implements these specific human comments to efficiently resolve requested changes and fix bugs.

Can I categorize code quality issues by severity during a PR analysis?

Code quality issues found during PR analysis are categorized into P0 critical, P1 high, and P2 medium severity levels. This classification helps developers prioritize bug fixing and address critical consistency issues across multiple packages.

Does this PR review tool work with GitHub Actions?

Yes, this PR review tool works with GitHub Actions. It analyzes pull requests directly within your repository environment, fetching PR details and generating private gist reports to document the code review findings.

What is the best way to review a complex pull request affecting both web and mobile clients?

The best way to review a complex pull request affecting both web and mobile clients is using specialized agents for React, React Native, and Expo. This approach identifies potential issues across multiple packages and helps quickly address human reviewer feedback.