pr-code-review

Automate PR reviews to detect logic errors, security issues, and regressions.

5|1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Tristan578/project-forge --skill pr-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-code-review
Source: https://github.com/Tristan578/project-forge/tree/main/.claude/skills/pr-code-review
Command: npx skills add https://github.com/Tristan578/project-forge --skill pr-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates targeted PR reviews to detect logic errors, security issues, and regressions, surfacing inline GitHub review comments with severity markers.

Core Features & Use Cases

  • Automated analysis of pull requests to identify logic errors, security vulnerabilities, and edge-case regressions.
  • Inline review comments that annotate changes with severity markers directly on GitHub PRs.
  • Context-aware rules that incorporate project-specific guidelines and pre-existing CLAUDE checks to minimize false positives.

Quick Start

Provide a PR number to start an automated code-review pass.

Frequently Asked Questions about pr-code-review

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

FAQPage Schema
How do I automate GitHub PR reviews to detect security issues and logic errors?

To automate GitHub PR reviews for security issues and logic errors, provide a pull request number to trigger a structured code review pass. The system fetches the PR diff, analyzes changed files, and posts inline GitHub review comments with categorized severity markers directly on the changes.

How do inline code review comments with severity markers work on GitHub pull requests?

Inline code review comments annotate specific lines in a GitHub PR diff with categorized severity markers. The automated analysis targets web components, backend scripts, and integration changes, applying context-aware rules to highlight logic errors, security vulnerabilities, and regressions directly within the code.

Can I use static analysis to review backend scripts and web components in the same pull request?

Yes, you can use static analysis to review backend scripts and web components in the same pull request. The automated analysis fetches the complete PR diff and systematically evaluates each changed file across both web components and backend scripts for edge-case regressions and vulnerabilities.

What's the best way to minimize false positives in automated pull request code reviews?

The best way to minimize false positives in automated pull request code reviews is to incorporate context-aware rules that align with project-specific guidelines and pre-existing checks. This ensures the automated analysis evaluates changes within the correct architectural context.

How do I start an automated code review pass on a specific pull request?

To start an automated code review pass, provide the specific PR number to the system. It will then load the review context, fetch the pull request diff, analyze each changed file for logic errors and security issues, and post inline comments with severity markers.

Does automated PR review work without configuring project-specific context rules?

Automated PR review can function without configuring project-specific context rules, but applying context-aware rules significantly minimizes false positives. Incorporating project-specific guidelines and pre-existing checks ensures the automated analysis accurately targets actual regressions and vulnerabilities.