plugins/sjawhar/skills/review-requested/SKILL.md
Find open PRs where I'm requested as a reviewer (excludes drafts and already-approved)
npx skillsauth add sjawhar/dotfiles plugins/sjawhar/skills/review-requestedInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Find all open PRs across your GitHub repos where you are specifically requested as a reviewer (not via team), excluding drafts and PRs you've already approved.
jj workspace note: You may be in a non-default jj workspace with no
.gitdirectory. Ifghcommands fail, setGIT_DIRto point to the default workspace.
1. Get your GitHub username:
gh api user -q '.login'
2. Search for PRs requesting your review:
gh search prs --review-requested=@me --state=open --draft=false --json repository,number,title,author,createdAt,url
Note: --draft=false excludes draft PRs.
3. For each PR, check your review status:
gh pr view <number> --repo <repo> --json reviews,reviewRequests
Filter OUT PRs where:
Keep PRs where:
reviewRequests)4. Display results:
## 📋 Your Review Queue
| # | Repo | PR | Title | Author | Age | Status |
|---|------|-----|-------|--------|-----|--------|
| 1 | org/repo | [#123](url) | Add user authentication | @author | 2d | ⏳ Pending |
| 2 | org/repo | [#456](url) | Fix pagination bug | @author | 5d | 🔄 Changes requested |
Total: X PRs awaiting your review
Status meanings:
5. Offer next steps:
/centaur-review <url> to start a collaborative review"Done when: Review queue is displayed with actionable next steps.
development
Use when searching flights, hotels, or rental cars; comparing fares across flexible dates; discovering cheap destinations from a fixed origin; or hunting hidden-city ticketing deals. Trigger on multi-city itineraries, fare calendars, "where can I fly cheaply", price-sensitive trip planning, or any time the user wants a sanity-check against Google Flights pricing — Skiplagged surfaces hidden-city deals other engines deliberately hide.
development
Search the web via Ceramic Search (lexical/keyword-based). Use when looking up current events, recent news, time-sensitive facts, specific people/products/companies, technical docs, or any topic requiring fresh web results. Triggers on "search the web", "look up", "find recent", "latest news", "current", or when built-in knowledge is likely stale.
tools
Use when reading WhatsApp messages, searching conversations, sending messages, listing chats, or interacting with WhatsApp workspaces
tools
Watch CI status, fix failures, and merge when green