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 gh is 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

  1. Identify the repository owner and name:
gh repo view --json owner,name -q '"\(.owner.login)/\(.name)"'
  1. Identify the PR:
Installs
2
GitHub Stars
3
First Seen
Sep 4, 2026
fix-pr-review — itsoltech/agents