fix-pr-comments

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Fix PR Comments

Systematically address ALL unresolved review comments until PR is approved.

Context

  • Current branch: !git branch --show-current
  • Working tree status: !git status --short
  • Recent commits: !git log --oneline -3

Workflow

  1. FETCH COMMENTS:
    • Identify PR: gh pr status --json number,headRefName
    • Get reviews: gh pr review list --state CHANGES_REQUESTED
    • Get inline: gh api repos/{owner}/{repo}/pulls/{number}/comments
    • Capture BOTH review comments AND inline code comments
    • STOP if no PR found - ask user for PR number
Installs
12
GitHub Stars
195
First Seen
Feb 17, 2026
fix-pr-comments — melvynx/aiblueprint