resolve-pr-feedback
Installation
SKILL.md
Resolve PR Feedback
Process open review discussions in a GitHub pull request. Evaluate each for applicability and objective value. Fix valid feedback locally with conventional commits.
Input
$ARGUMENTS — GitHub PR URL (e.g., https://github.com/owner/repo/pull/123) or PR number for the current repository.
Parse owner, repo, and PR number from the URL. If a bare number, use the current repository context.
Workflow
- Checkout the PR branch
- Fetch all unresolved review threads
- Process each thread sequentially — evaluate, then act
- Report summary