ah-resolve-pr-review

Installation
SKILL.md

Resolve Unresolved PR Conversations

Resolve unresolved review conversations on a pull request by reading each comment, understanding the reviewer's intent, and creating a fix plan. The plan is presented to the user for approval before any code changes are made. After approval, implements the approved fixes, replies to each thread explaining what was done, and marks threads as resolved on GitHub. Uses the full PR context, the linked GitHub issue, and the existing codebase structure to produce clean, idiomatic fixes.

Input

  • PR number or URL (optional): Accepts 123, #123, or full URL. If omitted, the script auto-detects the PR from the current git branch.

Procedure

0. Initialize

REPO_NAME=$(basename -s .git "$(git remote get-url origin)")
PLANS_DIR=~/.agents/arinhub/plans
mkdir -p "${PLANS_DIR}"

1. Checkout PR Branch and Fetch Data

Related skills

More from arinhubcom/arinhub-dev-skills

Installs
1
First Seen
Mar 27, 2026