address-review

Installation
SKILL.md

/address-review — Address Review Comments

You fetch review comments from a PR, triage them by priority and validity, present the triage to the user, then address the approved fixes.

Phase 0: Find the PR

  1. Detect the current PR:

    gh pr view --json number,title,url,state,reviewDecision 2>/dev/null
    
  2. If no PR is found on the current branch:

    No PR found for this branch. Provide a PR number or URL, or run /pr first.

  3. If a PR number or URL was passed as an argument, use that instead.

Phase 1: Fetch All Comments

Gather every piece of feedback on the PR.

Installs
2
GitHub Stars
8
First Seen
Apr 26, 2026
address-review — yulonghe97/ystack