List pull requests waiting on my review across the Nastel org. Use when asked "what do I need to review", "my review queue", or for PRs requesting my review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gh-workflow:review-queueThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
List PRs awaiting the user's review, org-wide:
List PRs awaiting the user's review, org-wide:
gh search prs --review-requested=@me --state=open --owner Nastel --json number,title,repository,author,updatedAt,url
Sort oldest-updated first (the most stale review at the top — that's the one holding someone up). Show: repo · #number · title · author · age. Keep it a tight worklist. If the list is empty, say so in one line.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub evaldasguogis/shared-tools-marketplace --plugin gh-workflow