pr-review

Review pull request changes against the main branch and generate a Markdown report.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/tkdn/dotfiles --skill pr-review-tkdn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/tkdn/dotfiles/tree/main/dot_claude/skills/pr-review
Command: npx skills add https://github.com/tkdn/dotfiles --skill pr-review-tkdn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code changes in a pull request, identifying potential issues across various aspects of software development.

Core Features & Use Cases

  • Automated Code Analysis: Reviews code for quality, security, performance, and testing concerns.
  • Multi-Language Support: Detects and analyzes code across multiple backend (Ruby on Rails, Go, Python, Java) and frontend (React, Angular, Vue, Next.js, Nuxt) frameworks.
  • Monorepo Compatibility: Handles projects with multiple tech stacks within a monorepo.
  • Use Case: When you submit a pull request, this Skill can automatically generate a detailed report highlighting critical security vulnerabilities, performance bottlenecks, and code quality issues before merging.

Quick Start

Use the pr-review skill to review the pull request on the current branch.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate pull request code reviews for security and performance issues?

Automate pull request code reviews by analyzing code changes against the main branch to generate a structured Markdown report. This process identifies potential security vulnerabilities, performance bottlenecks, and code quality concerns before merging.

Does automated code review work with monorepos containing multiple tech stacks?

Automated code review supports monorepo compatibility by using a bundled detection script to identify and analyze multiple tech stacks. It handles projects containing various backend and frontend frameworks within a single repository.

What programming languages and frameworks are supported by automated PR analysis?

Automated PR analysis detects and reviews multiple backend frameworks like Ruby on Rails, Go, Python, and Java, alongside frontend frameworks including React, Angular, Vue, Next.js, and Nuxt.

Do I need the gh CLI to review code changes in a pull request?

Yes, you need the gh CLI installed to fetch pull request details when reviewing code changes. The analysis uses this command line interface to retrieve PR data before generating its structured report.

What is the best way to check code quality before merging a GitHub pull request?

The best way to check code quality before merging is to run an automated review on the current branch. This generates a detailed report highlighting critical security vulnerabilities, performance bottlenecks, and testing concerns.

How does automated code review handle testing concerns across different frameworks?

Automated code review handles testing concerns by analyzing code changes across detected languages and frameworks. It structures its findings into a Markdown report, identifying potential testing issues before a pull request is merged.