review-pr

Coordinate specialist agents to review pull requests and generate consolidated reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of reviewing code changes in a Pull Request, identifying potential issues related to code quality, security vulnerabilities, and correctness.

Core Features & Use Cases

  • Automated Code Auditing: Leverages multiple specialist agents to review code for security, quality, and consistency.
  • Consolidated Reporting: Generates a structured report (report.json) detailing all findings, deduplicated and ranked by severity.
  • Interactive Triage: Provides a workflow to classify findings (Fix, Accept Risk, Defer, False Positive) before code changes are applied.
  • GitHub Integration: Can post review summaries and inline comments directly to GitHub Pull Requests.

Quick Start

Use the review-pr skill to audit the current pull request.

Frequently Asked Questions about review-pr

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 quality?

Automated pull request code reviews coordinate specialist agents to check code quality, security vulnerabilities, and correctness, then generate a consolidated report. This process uses local git commands and GitHub APIs to gather diff context and post review summaries directly to GitHub.

Can I post inline code review comments directly to GitHub pull requests?

Yes, GitHub integration posts review summaries and inline comments directly to GitHub pull requests. The automated code auditing process generates a structured report detailing all findings, deduplicated and ranked by severity, before pushing results to GitHub.

What is the best way to triage automated code review findings before applying fixes?

Interactive triage classifies code review findings into Fix, Accept Risk, Defer, or False Positive categories before code changes are applied. This workflow ensures developers manually verify and route issues identified by specialist agents during the security audit.

Does automated PR code review require GitHub API integration and local git commands?

Yes, automated PR code review requires integration with GitHub APIs and local git commands to perform diff analysis and context gathering. This environment setup allows the specialist agents to accurately review code changes and post comments back to the repository.

How does automated code auditing handle duplicate findings from multiple specialist agents?

Automated code auditing handles duplicate findings by generating a consolidated report that deduplicates issues and ranks them by severity. This structured output ensures developers see a clean list of security and code quality problems without redundant alerts.

When should I not use automated code review for my pull requests?

You should not use automated code review when you lack local git access or GitHub API integration, as the diff analysis and context gathering depend on these tools. It is also less suitable if your project requires manual, domain-specific correctness checks beyond automated security audits.