pr-review

Generates multi-perspective code reviews for GitHub pull requests with severity ratings.

2|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/SukbeomH/HExoskeleton --skill pr-review-sukbeomh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/SukbeomH/HExoskeleton/tree/main/.claude/skills/pr-review
Command: npx skills add https://github.com/SukbeomH/HExoskeleton --skill pr-review-sukbeomh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the comprehensive code review process, ensuring code quality, security, and adherence to architectural standards across multiple expert perspectives.

Core Features & Use Cases

  • Multi-Persona Review: Leverages 6 distinct expert personas (Developer, QA, Security, Architecture, DevOps, UX) to provide thorough feedback.
  • Severity Triage: Classifies findings into Blocker, High, Medium, and Nitpick for prioritized action.
  • Actionable Feedback: Generates clear, specific recommendations for each finding.
  • Use Case: Submit a Pull Request to the pr-review skill, and receive a detailed, multi-faceted review report that highlights potential issues and suggests improvements before merging.

Quick Start

Use the pr-review skill to review the pull request with number 42.

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

Automated pull request code reviews leverage multiple expert personas, including security and architecture, to analyze diffs and identify risks. This skill categorizes findings by severity and provides actionable feedback before merging.

Can I use GitHub CLI to retrieve PR data for automated code review?

Yes, GitHub CLI integrates directly with the automated code review process to retrieve PR data and analyze diffs. This integration allows the multi-persona review to access the exact code changes for thorough analysis.

What is a multi-persona code review and how does it improve QA?

A multi-persona code review simulates six distinct expert perspectives, such as Developer, QA, and DevOps, to evaluate code changes from multiple angles. This approach ensures comprehensive coverage of quality, security, and user experience issues.

How are code review findings prioritized by severity?

Code review findings are categorized into Blocker, High, Medium, and Nitpick severity levels to prioritize action. This triage system helps developers address critical risks and architectural issues before resolving minor stylistic suggestions.

Does automated code review work for DevOps and UX concerns?

Yes, automated code review includes dedicated DevOps and UX personas to evaluate deployment risks and user experience impacts. This ensures the pull request meets operational standards and provides a usable interface before merging.