ah-submit-code-review

Submit structured code reviews to GitHub pull requests with inline comments.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/arinhubcom/arinhub-dev-skills --skill ah-submit-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ah-submit-code-review
Source: https://github.com/arinhubcom/arinhub-dev-skills/tree/main/skills/ah-submit-code-review
Command: npx skills add https://github.com/arinhubcom/arinhub-dev-skills --skill ah-submit-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Submits structured code reviews to GitHub pull requests, generating line-specific inline comments and a coherent main review to streamline collaboration and code quality checks.

Core Features & Use Cases

  • Resolve a PR identifier from a number, URL, or branch and fetch metadata.
  • Gather existing review comments and top-level reviews to avoid duplicates.
  • Build a unified review with inline thread comments for affected lines and a main body for non-diff issues.
  • Extract issues from a review file or from the current chat session and apply deduplication rules.
  • Handle requirements coverage context from linked issues or prior runs.

Quick Start

Run the ah-submit-code-review command with a PR identifier (e.g., /ah-submit-code-review 123 or a URL) and follow the prompts to attach inline comments and a final review.

Frequently Asked Questions about ah-submit-code-review

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

FAQPage Schema
How do I submit structured inline code review comments to a GitHub pull request?

To submit structured inline code review comments to a GitHub pull request, use the skill to resolve a PR identifier, fetch metadata, deduplicate existing comments, and post a consolidated review with line-specific thread comments.

How do I avoid duplicate review comments when submitting GitHub PR reviews?

To avoid duplicate review comments when submitting GitHub PR reviews, the skill gathers existing review comments and top-level reviews first, then applies deduplication rules before posting new inline thread comments.

Can I submit a GitHub code review using a branch name or URL instead of a PR number?

Yes, you can submit a GitHub code review using a branch name or URL instead of a PR number. The skill resolves a PR identifier from a number, URL, or branch to fetch the required pull request metadata.

What is the best way to structure a GitHub pull request review with inline comments?

The best way to structure a GitHub pull request review is to build a unified review with inline thread comments for affected lines and a main body for non-diff issues, following approved templates for coherent collaboration.

How do I extract code review issues from a file and post them to a GitHub PR?

To extract code review issues from a file and post them to a GitHub PR, the skill reads review files or current chat sessions, applies deduplication rules, and posts the extracted issues as inline comments and a final review.