resolving-github-pull-request-reviews
Installation
SKILL.md
GitHub PR Resolver
Automate the process of addressing pull request review feedback by processing ALL comments, making code fixes, resolving EVERY conversation thread, and fixing ALL failing CI checks.
This skill does NOT skip any comments. Every unresolved thread must be addressed and resolved.
Prerequisites
# Verify gh CLI is installed and authenticated
gh auth status
# If not authenticated, run:
gh auth login
Token requires repo scope for full repository access.