pr-reviewing

Review pull requests by analyzing descriptions, tickets, code changes, scans, and tests.

25|2|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/yimwoo/hotl-plugin --skill pr-reviewing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-reviewing
Source: https://github.com/yimwoo/hotl-plugin/tree/main/skills/pr-reviewing
Command: npx skills add https://github.com/yimwoo/hotl-plugin --skill pr-reviewing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR reviews require cross-checking descriptions, tickets, code changes, scans, and tests. This skill orchestrates a multi-agent PR review to speed up verification and improve accuracy.

Core Features & Use Cases

  • Parallel subagents review PR description, linked tickets, code changes, code scans, and unit tests.
  • Produces a structured verdict report conforming to the pr-review contract.
  • Supports GitHub, GitLab, and enterprise platforms, enabling consistent reviews across environments.

Quick Start

Run the pr-reviewing command with an optional PR URL to auto-detect the target, and it will orchestrate parallel subagents for a full PR assessment.

Frequently Asked Questions about pr-reviewing

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

FAQPage Schema
How do I automate code review for GitHub and GitLab pull requests?

Automated code review for GitHub and GitLab pull requests is handled by dispatching parallel subagents to analyze descriptions, tickets, code changes, scans, and unit tests. The system auto-detects the platform and posts native inline reviews.

Can I use parallel agents to check pull request ticket alignment and unit tests together?

Parallel agents can verify pull request ticket alignment and unit tests together by dispatching four subagents simultaneously. They collect and synthesize findings across the PR description, linked tickets, code scans, and test results into a structured verdict.

What is the best way to generate a structured verdict report from code scans and PR changes?

Generating a structured verdict report from code scans and PR changes requires orchestrating multi-agent analysis. The subagents synthesize findings from scans, tests, and code modifications, conforming to the pr-review contract for consistent output.

Does automated PR review work with enterprise Git platforms or only public GitHub?

Automated PR review works with enterprise Git platforms as well as public GitHub and GitLab. The system detects the specific platform environment automatically and adapts the review process to post platform-native inline comments when available.

How do I start a multi-agent PR assessment with just a pull request URL?

Starting a multi-agent PR assessment requires running the command with an optional pull request URL. The system auto-detects the target from the URL and orchestrates the parallel subagents to execute a full review without additional configuration.