pull-request-review
Installation
SKILL.md
Review PR Comments
Target PR: $ARGUMENTS
If no argument provided, prompt the user for a PR link or number.
Step 1: Gather Requirements
- Fetch PR metadata and comments using the GitHub CLI:
gh pr view $ARGUMENTS --json number,title,body,reviews,comments gh api repos/{owner}/{repo}/pulls/{pr_number}/comments - Extract each unresolved review comment:
- Comment ID
- File path
- Line number
- Comment body
- Author