
from ryanb/dotfiles2,379
Generate a ranked, clickable list of open PRs prioritized by review ease, with grouping for PR dependency chains and optional preference directives.
Review Queue automates preparation of a prioritized pull-request review list. It expects a preformatted pipeline output (scripted in the repo) and turns that into a sequential, clickable list of PRs ranked by how easy they are to review. It preserves optional PREFERENCES: directives embedded in the pipeline output to adjust ordering or highlighting.
Invoke when you need to triage or batch code reviews across one or more repositories, especially useful for maintainers who want a quick, actionable list of reviewable PRs. It requires the helper scripts present in the repo (pr-data.sh, format-queue.sh) and a git/gh-capable environment. If the pipeline fails, the skill should report the error and stop.
pr-data.sh and format-queue.sh which produce the pipeline output consumed by this skill.PREFERENCES: if present, re-number the list, and output only the final list with preserved format.Suited to agents with Bash and Read permissions or environments that can run the repo-provided scripts (local dev environments, maintenance bots with GH CLI access).
This skill has not been reviewed by our automated audit pipeline yet.
Fix-All Review Automation
Run the project's review tool (`bin/claude-review --print`), report the findings, and iteratively apply fixes, committing each change individually.
Interactive Rebase
Guided interactive rebase skill: rebases the current branch onto a base branch, helps resolve conflicts, runs related tests, and compares the result to the remo