reviewing-prs
Installation
SKILL.md
PR Review with gh-agent
Works from any directory — everything is fetched from GitHub API.
Install gh-agent
brew install ataraxy-labs/tap/gh-agent
Requires GITHUB_TOKEN env var or GitHub CLI authenticated via gh auth login.
Workflow
1. Triage → gh-agent pr view --repo OWNER/REPO N --smart
Categorizes changes into MECHANICAL (skip), NEW LOGIC (read), BEHAVIORAL (verify inline).
2. Diffs → gh-agent pr diff --repo OWNER/REPO N --smart-files