resolving-pr-issues
Installation
SKILL.md
Multi-Agent PR Issue Resolver
Resolve review suggestions using parallel verification and confidence scoring.
Core Principle: Never assume a review comment is correct. Verify every suggestion against actual code before acting.
Input Detection
Detect input mode from $ARGUMENTS:
- PR mode: argument is a number (
123) or containsgithub.com/starts withhttp— useghAPI - File mode: argument contains
/or.mdor file exists on disk — parse findings from file - No argument: show usage hint and stop
Phase 1 — Context Gathering
PR mode — launch 2 parallel Haiku agents:
Agent A — PR Metadata: Run gh pr view $ARGUMENTS --json number,title,body,baseRefName,headRefName,state,author,reviewRequests,statusCheckRollup and gh pr diff $ARGUMENTS. Return: PR summary, base/head branches, CI status, files changed.