From review-to-pr
Show status of all active review-to-pr fix branches and PRs. Use when user says 'review status', 'show fix status', 'what PRs are pending', or '/review-status'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/review-to-pr:statusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Display the current state of all active fix branches, PRs, and worktrees. Automatically cleans up worktrees for merged/closed PRs.
Display the current state of all active fix branches, PRs, and worktrees. Automatically cleans up worktrees for merged/closed PRs.
/review-status
bash "${CLAUDE_PLUGIN_ROOT}/lib/autofix.sh" --status
This will:
.review-to-pr/active.jsonFormat the output clearly:
Based on status:
/review-cleanupnpx claudepluginhub sheldon123z/review-to-pr --plugin review-to-prAnalyzes unresolved GitHub PR review comments via script and CI status via gh CLI to create specific, parallelizable fix plans. Useful post-PR feedback or CI failures.
Analyzes open pull requests for CI failures, review feedback, and quality issues, then fixes them in batch. Useful for checking PR status, triaging failures, or running scheduled health checks.
Fetches and lists GitHub PRs awaiting your review or assignment using gh CLI, sorted by age with author/status/URL; offers checkout prompts.