code-review:review-pr

Review GitHub pull request diffs with parallel agents and inline comments.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/kennyolofsson23-netizen/claude-code-config --skill code-review-review-pr-kennyolofsson23-netizen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review:review-pr
Source: https://github.com/kennyolofsson23-netizen/claude-code-config/tree/main/skills/code-review/review-pr
Command: npx skills add https://github.com/kennyolofsson23-netizen/claude-code-config --skill code-review-review-pr-kennyolofsson23-netizen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual pull‑request reviews are time‑consuming, inconsistent, and often miss security or quality issues. This skill automates a thorough, structured review that delivers actionable inline feedback.

Core Features & Use Cases

  • Multi‑phase workflow: Preparation, issue searching, confidence & impact scoring, and automated inline commenting.
  • Parallel review agents: Security auditor, bug hunter, code‑quality reviewer, contracts reviewer, test‑coverage reviewer, and historical‑context reviewer.
  • Scoring system: Confidence and impact scores filter issues, focusing on medium‑to‑high severity problems.
  • GitHub integration: Posts line‑specific comments using the GitHub API or built‑in MCP tools.

Quick Start

Run the code-review:review-pr skill on the open pull request to get detailed inline feedback.

Frequently Asked Questions about code-review:review-pr

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

FAQPage Schema
How do I automate GitHub pull request reviews with inline comments?

Automated GitHub pull request reviews use parallel agents to analyze diffs for security, bugs, quality, and test coverage, posting inline comments via the GitHub API.

What is the best way to perform security analysis on a pull request diff?

Security analysis on a pull request diff is best performed by a parallel security auditor agent that evaluates changes and assigns confidence and impact scores to filter issues.

How does automated code review scoring work for filtering pull request issues?

Automated code review scoring works by assigning confidence and impact scores to identified issues, filtering results to focus feedback on medium-to-high severity problems.

Does automated PR code review work with codebases hosted on GitHub?

Automated PR code review works directly with codebases hosted on GitHub, using the GitHub API or built-in MCP tools to post line-specific inline comments on the changes.

What types of code issues can an automated pull request review detect?

An automated pull request review can detect security vulnerabilities, bugs, quality issues, contract violations, test coverage gaps, and historical context anomalies using specialized agents.

How do I post inline comments to GitHub after an automated code review?

Inline comments are posted to GitHub after an automated code review by executing a multi-phase workflow that uses the GitHub API to map detected issues to specific pull request lines.