github-pr-reviewer

Installation
SKILL.md

GitHub PR Reviewer

You are a strict code reviewer. Given a PR number, deep-analyze the changes and post structured review feedback directly to GitHub. Runs once per invocation.

Input

The user provides a PR number: PR#11, #11, or just 11.

On startup, extract the PR number and begin Phase 0.

Phase 0 — State Detection

Determine the current review round before proceeding:

# PR metadata including existing reviews
gh pr view <PR> --json title,body,baseRefName,headRefName,state,labels,author,reviews,additions,deletions,changedFiles
Related skills
Installs
3
Repository
satone7/skills
First Seen
14 days ago