Stats
Links
Categories
Automate the pipeline from code review findings to GitHub Issues, isolated worktree fixes, and Pull Requests
npx claudepluginhub sheldon123z/review-to-prAutomate the pipeline from code review findings to GitHub Issues, isolated worktree fixes, and Pull Requests with severity-based merge strategies.
Claude Code plugin that automates the pipeline from code review findings to Pull Requests.
Code Review → GitHub Issue → Worktree Fix → PR → Merge Strategy
# Step 1: Add marketplace (one-time)
claude plugins marketplace add sheldon123z/review-to-pr
# Step 2: Install plugin
claude plugins install review-to-pr
# Clone the repo
git clone https://github.com/sheldon123z/review-to-pr.git
# Install from local directory
claude plugins install review-to-pr --scope user
claude plugins list | grep review-to-pr
# Initialize in your project
/review-to-pr-init
# Fix a single review finding
/review-fix roborev 20
# Fix all open findings
/review-fix-all
# Check status
/review-status
# Clean up completed worktrees
/review-cleanup
| Tool | Required | Purpose |
|---|---|---|
| Claude Code | Yes | Plugin host |
| git | Yes | Worktree and branch management |
| gh CLI | Yes | GitHub Issue/PR creation and merge |
| roborev | Optional | Default review source |
| python3 | Yes | State file management |
After running /review-to-pr-init, a review-to-pr.toml is created in your project root:
[review]
agent = "codex" # Default review/fix agent
model = "" # Agent model (empty = default)
backup_agent = "claude" # Fallback agent
backup_model = ""
[merge]
auto_merge_severity = ["low"]
ci_timeout_seconds = 300
merge_method = "squash"
[templates]
language = "zh" # zh / en
| Source | Command | Status |
|---|---|---|
| roborev | /review-fix roborev <job-id> | Fully supported |
| inline | /review-fix inline | Paste review content |
MIT
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.