arinhub-submit-pr-review

Installation
SKILL.md

Submit PR Review

Submit a structured code review with line-specific comments to a GitHub pull request. Identifies issues in the current chat session, checks for duplicate comments, and submits the review only if new issues are found.

Input

  • PR number or URL (required): The pull request identifier. Accepts:
    • Number: 123
    • Hash-prefixed: #123
    • Full URL: https://github.com/owner/repo/pull/123

Procedure

1. Resolve PR Identifier

Extract the PR number from the user input. Strip any # prefix or parse the number from a URL.

PR_NUMBER=<extracted number>
Related skills

More from arinhubcom/arinhub

Installs
9
First Seen
Feb 17, 2026