arinhub-review-pr

Installation
SKILL.md

Review PR

Orchestrate a comprehensive code review of a pull request by running multiple review strategies in parallel, merging and deduplicating findings into a log file, verifying implementation coverage against the linked issue, and submitting the review to the PR.

Input

  • PR number or URL (required): Accepts 123, #123, or full URL.

Procedure

1. Resolve PR Identifier and Repository

Extract the PR number. Determine the repository name from git remote or the provided URL.

PR_NUMBER=<extracted number>
REPO_NAME=<repository name, e.g. "my-app">
LOG_FILE=~/.agents/logs/arinhub-pr-review-${REPO_NAME}-${PR_NUMBER}.md
Related skills

More from arinhubcom/arinhub

Installs
3
First Seen
Feb 18, 2026