address-reviews

Installation
SKILL.md
Contains Shell Commands

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

Context

  • Current branch: !git branch --show-current
  • PR info: !gh pr view --json number,title,url,state,author 2>/dev/null || echo "none"
  • Repository: !gh repo view --json nameWithOwner --jq '.nameWithOwner' 2>/dev/null

Your task

Collect, classify, and plan responses to GitHub PR review comments.

Step 1: Detect PR

  • Check the PR info from the context above
  • If the user passed a PR number as an argument, use that instead
  • If no PR is found, inform the user and stop

Extract {owner}, {repo}, and {number} from the PR info for subsequent API calls.

Step 2: Collect review data

Related skills
Installs
8
First Seen
Feb 26, 2026