pr-review

Analyze git diffs and produce structured PR reviews with scores.

4|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/vikisingh23/neuraforge-ai --skill pr-review-vikisingh23
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/vikisingh23/neuraforge-ai/tree/main/skills/pr-review
Command: npx skills add https://github.com/vikisingh23/neuraforge-ai --skill pr-review-vikisingh23

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review current branch changes against base branch.

Core Features & Use Cases

  • Reads all changed files (full context, not just diff)
  • Applies stack-appropriate review rules
  • Checks architecture, security, performance, testing
  • Outputs structured review with score (0-100)

Quick Start

Run on your feature branch to generate a structured PR review.

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 a pull request?▼

To automate code review for a pull request, run this Skill on your feature branch to read git diff changes and output structured feedback with a 0-100 score. It analyzes architecture, security, performance, and testing.

What is automated PR review and how does it work?▼

Automated PR review reads all changed files in full context, not just the diff, to assess architecture and security. It applies stack-appropriate rules to generate categorized findings and a 0-100 score.

Does automated code review work across different tech stacks?▼

Yes, automated code review works across common tech stacks by applying stack-appropriate review rules. It evaluates feature branch changes against the base branch to produce structured feedback.

How do I get a structured score for my pull request changes?▼

To get a structured score for pull request changes, run the review on your feature branch. It analyzes changed files and outputs a 0-100 score alongside categorized findings and recommendations.

Can I check security and performance in a git diff before merging?▼

Yes, you can check security, performance, and architecture in a git diff before merging. The review analyzes full file context from your feature branch and provides categorized findings.

What is the best way to review feature branch changes against a base branch?▼

The best way to review feature branch changes against a base branch is using an automated review tool. It reads all changed files, applies stack-appropriate rules, and outputs structured feedback with a score.