pr-review

Analyze GitHub pull requests by parsing diffs and metadata for structured feedback.

6|3|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/ather-techie/SlateFlow --skill pr-review-ather-techie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/ather-techie/SlateFlow/tree/main/.claude/skills/pr-review
Command: npx skills add https://github.com/ather-techie/SlateFlow --skill pr-review-ather-techie

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git.

What problem does it solve?

This skill addresses the inconsistency and oversight common in manual code reviews by providing a structured, multi-lens analysis of pull requests.

Core Features & Use Cases

  • Multi-Lens Analysis: Evaluates code through specific lenses for frontend, backend, database, and general software quality.
  • Automated Checklist: Enforces project-specific standards like Hono route security, React hook correctness, and SQLite schema safety.
  • Use Case: A developer submits a complex backend change; the skill automatically identifies missing RBAC middleware and potential database migration issues before a human reviewer even opens the PR.

Quick Start

Invoke the pr-review skill by typing /review followed by the optional PR number and scope to receive a comprehensive analysis of your changes.

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 GitHub pull requests?

Automating code review for GitHub pull requests involves parsing diffs and metadata to provide structured feedback across frontend, backend, and database domains. This Skill executes git and gh CLI commands to gather context and apply domain-specific checklists.

What is multi-lens pull request analysis?

Multi-lens pull request analysis evaluates code through specific lenses for frontend, backend, database, and general software quality. It enforces project-specific standards like Hono route security, React hook correctness, and SQLite schema safety.

Do I need authenticated GitHub CLI access to review pull requests?

Yes, authenticated GitHub CLI access is required to review pull requests. The Skill requires authenticated access to the GitHub CLI and local git repository history to perform accurate code assessments.

How does static analysis identify missing RBAC middleware in a pull request?

Static analysis identifies missing RBAC middleware by applying domain-specific checklists to parsed pull request diffs. It automatically flags missing security logic before a human reviewer opens the PR.

Can I use this automated code review for SQLite schema changes?

Yes, you can use this automated code review for SQLite schema changes. The Skill's automated checklist specifically enforces SQLite schema safety alongside Hono route security and React hook correctness.

What are the limitations of automated pull request analysis?

The limitations of automated pull request analysis include its dependency on local git repository history and the GitHub CLI. Without authenticated access and local context, it cannot perform accurate code assessments.