Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
AI code review for Claude Code and Codex. Reviews every PR, fixes issues via MCP, you decide what merges.
npx claudepluginhub rami-code-review/claude-code-marketplace --plugin ramiRun the full Rami review loop on a PR. Invoked by /rami:review and auto-triggered when the user asks for "rami review", "review my PR", "fix all rami issues", or similar. Fetches review results, walks issues by severity, fixes or rebuts each, pushes, and re-evaluates until ready_for_review is true.
Use when the user wants to challenge, rebut, or dispute a Rami code review finding — phrases like "rebut this", "this is a false positive", "Rami is wrong about X", "tell Rami this is intentional". Walks through the right MCP tool to use, the four valid rebut reasons, and what to do when Rami rejects the rebuttal.
Use when the user wants to set up, install, or configure Rami — phrases like "install Rami", "set up Rami MCP", "how do I add Rami to Claude Code / Cursor / Codex", "connect Rami". Walks the user through the GitHub App install, MCP server registration, OAuth, and a verification call. Mirrors the public guidance at https://rami.reviews/llms.txt.
External network access
Connects to servers outside your machine
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Review pull requests with structured analysis and approve with confidence
Multi-lens code review pipeline: deep review (Claude or Codex), automated fix loop, interactive walkthrough, manual promote, external-finding injection.
Automated code review for pull requests using multiple specialized agents with confidence-based scoring
AI-powered code review in Claude Code, powered by CodeRabbit
Multi-language iterative PR review + autofix loop (built-in iteration engine + pr-review-toolkit + optional Codex)
Multi-agent code review for Claude Code — parallel review by Codex (GPT-5.5), Gemini 3.1 Pro, and five Claude specialist subagents (one run blind), then verified synthesis.
Works with Claude Code AND Codex. Rami reviews every PR for security, bugs, and performance — then fixes the findings through MCP. You stay in control of what merges.
Not every finding needs a fix. Push back when you have evidence — Rami evaluates the dispute and either accepts it or asks you to fix:
The dispute loop runs in the same session as the review, so accepted disputes drop out and only real issues land in your commits.
Install Rami on your repository.
Claude Code:
/plugin marketplace add rami-code-review/claude-code-marketplace
Codex:
Install the Rami plugin from this repository's Codex marketplace metadata.
Claude Code:
/plugin install rami@rami-code-review
Codex:
Install the rami plugin from the rami-code-review marketplace.
On a PR branch, run:
/rami:review
Rami fetches the review, walks each finding by priority, and applies fixes (or accepts disputes) until the PR is clean.
/rami:reviewFull review-fix-dispute loop on the current PR branch:
/rami:review-statusCheck review status without triggering a new review.
/rami:usageCheck remaining quota and credit balance.
"No PR found for branch" — push the branch and open a pull request.
"Authentication required" — install the Rami GitHub App on the repo.
Review taking too long? — /rami:review-status checks progress without triggering a new review.
MIT