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
More from jacehwang/skills
pr
Creates or updates a GitHub pull request for the current branch. Use when ready to submit code changes for review.
23commit
Creates a git commit with proper message formatting. Use when committing staged changes with a descriptive commit message.
23plan-ticket
>-
12explore-test
>-
10prompt-doctor
>-
9internalize
>-
7