arn-reviewing-pr

Validate PR review comments, categorize findings, and fix or defer issues.

31|3|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/AppsVortex/arness --skill arn-reviewing-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arn-reviewing-pr
Source: https://github.com/AppsVortex/arness/tree/main/plugins/arn-code/skills/arn-reviewing-pr
Command: npx skills add https://github.com/AppsVortex/arness --skill arn-reviewing-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates PR review comments, categorizes findings, and fixes or defers issues by orchestrating the review workflow and delegating actual analysis to the invoked skill.

Core Features & Use Cases

  • Prerequisite checks and configuration validation before review.
  • Input routing for PR numbers or auto-detection of the current branch PR.
  • Orchestrated invocation of arn-code-review-pr with structured handoffs to arn-implementing for substantial fixes.

Quick Start

Run arn-reviewing-pr to start reviewing a PR and orchestrate the review, fixes, and handoffs.

Frequently Asked Questions about arn-reviewing-pr

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

FAQPage Schema
How do I automate pull request review comment fixes across GitHub or Bitbucket?

Automating pull request review comment fixes involves validating PR comments, categorizing findings, and orchestrating fixes. This workflow handles input routing for PR numbers and delegates substantial fixes to implementing skills.

What is the best way to triage and categorize code review findings on a pull request?

Triage and categorization of code review findings is performed by validating PR review comments and routing them through a structured workflow. This process categorizes issues and determines whether to fix or defer them.

Can I use an automated workflow to defer issues found during a PR review?

Yes, you can defer issues found during a PR review. The workflow validates and categorizes findings, allowing you to choose between fixing issues immediately or deferring them for later resolution.

Do I need to manually specify a PR number to start an automated code review?

No, manual specification is not required. The workflow supports auto-detection of the current branch PR, alongside direct input routing for specific PR numbers, before invoking the code review skill.

How does defect triage handle substantial fixes identified in a pull request?

Defect triage handles substantial fixes through structured handoffs to an implementation skill. After the initial review skill identifies and categorizes findings, the workflow chains directly to implementation for resolution.

What prerequisites are checked before orchestrating a pull request review?

Prerequisite checks and configuration validation are enforced before orchestrating a pull request review. These checks ensure platform compatibility and proper environment setup before the review skill is invoked.