fix-pr-review
Installation
SKILL.md
Fix PR Review
Use this skill when the user asks to address unresolved review comments on a GitHub pull request.
Prerequisites
- The GitHub CLI
ghis installed and authenticated. - The current directory is inside the target repository.
- If a PR number is provided, use that PR. Otherwise, use the PR associated with the current branch.
Workflow
- Identify the repository owner and name:
gh repo view --json owner,name -q '"\(.owner.login)/\(.name)"'
- Identify the PR: