pr-comments-address
Installation
SKILL.md
PR Comments Address
Read open review comments from a GitHub PR, intelligently triage them by severity and type, apply code fixes, and draft professional replies. This skill ensures no feedback is missed and all changes are intentional.
Workflow
Phase 1: Detect PR and Fetch Comments
Identify the PR from arguments or auto-detect from current branch:
# If PR number/URL provided as argument, use it
# Otherwise detect from current branch
gh pr view --json number,url,title,body,author
If no PR is found, stop and ask the user for a PR number or URL.
Fetch all review comments from the PR: