rocket-review

Automate the final code review loop for a branch with GitHub PR management.

Updated Jun 21, 2025
One-click install
npx skills add https://github.com/aryan-binazir/cc-config --skill rocket-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rocket-review
Source: https://github.com/aryan-binazir/cc-config/tree/main/skills/personal_dev/rocket-review
Command: npx skills add https://github.com/aryan-binazir/cc-config --skill rocket-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, claude, codex, cursor-agent, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the final code review loop for a completed branch, whether or not a PR already exists, streamlining the review process.

Core Features & Use Cases

  • Automated Review Loop: Ensures a branch has a PR, runs configured reviewers, patches necessary changes, and posts a final PR summary comment.
  • Profile-based Review: Supports optional usage with a profile for custom review configurations.
  • Use Case: After finishing implementation, run 'rocket-review' to initiate the review process and automatically manage follow-up tasks.

Quick Start

Run the final review loop for your branch by typing 'rocket-review'.

Frequently Asked Questions about rocket-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review and PR management for a finished branch?

You can automate the code review loop by running a single command that ensures a PR exists, executes configured reviewers, patches necessary changes, and posts a final summary comment to GitHub.

Can I use custom configurations for automated PR review on different projects?

Yes, PR review automation supports profile-based configurations, allowing you to apply custom review settings and parameters tailored to specific project requirements.

Do I need GitHub CLI to run automated branch review loops?

Yes, automating branch review loops requires the GitHub CLI (gh) for PR management, alongside configured reviewer runners like claude, codex, or cursor-agent to execute the review process.

What is an automated final code review loop and how does it work?

An automated final code review loop is a process that checks for an existing PR on a completed branch, runs designated reviewers, applies patches from their feedback, and posts a summary comment to consolidate the review.

What's the best way to integrate multiple reviewers into a single PR automation workflow?

The best way is to use a review automation script that orchestrates multiple reviewer runners, automatically patches their suggested changes, and updates the PR with a unified summary comment.