Custom PR Review Fix Workflow
Scope
Apply this skill only when the task is PR comment fixing/review feedback handling.
Fetch Review Context
Use:
bash
gh pr view --json comments --jq .comments gh api repos/:owner/:repo/pulls/$(gh pr view --json number --jq .number)/comments
Ignore:
- •comments from
sonarqubecloud - •comments starting with
## Pull Request Overview
Execution Policy
- •Build a list of fixes from unresolved latest comments.
- •Implement only one review item at a time.
- •After each item, stop and wait for user approval before proceeding.