{
  "markdown": "<p align=\"center\">\n  <img src=\"https://rami.reviews/static/images/rami_logo_full.png\" alt=\"Rami\" width=\"200\">\n</p>\n\n# Rami Code Review\n\n**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.\n\nBoth clients are first-class: Claude Code loads the root plugin package, while Codex installs its isolated package from `plugins/rami` through the same marketplace repository.\n\n<p align=\"center\">\n  <img src=\"https://rami.reviews/static/images/rami_pr_check.png\" alt=\"Rami PR check\" width=\"720\">\n</p>\n\n## Disputing Findings\n\nNot every finding needs a fix. Push back when you have evidence — Rami evaluates the dispute and either accepts it or asks you to fix:\n\n- **False positive** — the code is actually correct\n- **Framework guarantee** — the framework handles this case\n- **Intentional design** — this is by design, not a mistake\n- **Duplicate** — the same issue is reported elsewhere\n\nThe dispute loop runs in the same session as the review, so accepted disputes drop out and only real issues land in your commits.\n\n## Getting Started\n\n### 1. Install the GitHub App\n\n[Install Rami](https://github.com/apps/rami-code-remeow) on your repository.\n\n### 2. Add the marketplace\n\nClaude Code:\n\n```\n/plugin marketplace add rami-code-review/claude-code-marketplace\n```\n\nCodex:\n\n```bash\ncodex plugin marketplace add rami-code-review/claude-code-marketplace\n```\n\n### 3. Install the plugin\n\nClaude Code:\n\n```\n/plugin install rami@rami-code-review\n```\n\nCodex:\n\n```bash\ncodex plugin add rami@rami-code-review\n```\n\nStart a new Codex task after installation so the Rami skills and MCP tools are loaded.\n\n### 4. Run a review\n\nOn a PR branch, run:\n\n```\n/rami:review\n```\n\nRami fetches the review, walks each finding by priority, and applies fixes (or accepts disputes) until the PR is clean.\n\n## Commands\n\n### `/rami:review`\n\nFull review-fix-dispute loop on the current PR branch:\n\n- Fetches review results\n- Walks findings by priority (blocking → high → medium → low)\n- Fixes each one — or lets you dispute with evidence\n- Commits and pushes\n- Repeats until clean (up to 5 iterations)\n\n### `/rami:review-status`\n\nCheck review status without triggering a new review.\n\n### `/rami:usage`\n\nCheck remaining quota and credit balance.\n\n### `/rami:setup`\n\nGuided setup — installs the GitHub App, registers the MCP server, completes OAuth, and verifies the connection. Run this first if Rami isn't connected yet. It can also offer, only if you agree, to add a short removable Rami section to your `CLAUDE.md` / `AGENTS.md`.\n\n### `/rami:doctor`\n\nRead-only health check. Reports auth, GitHub App coverage, quota, and whether the plugin is up to date — with the fix for anything that's off.\n\n### `/rami:upgrade`\n\nUpdates the plugin to the latest published version and shows what changed.\n\n## Troubleshooting\n\n**\"No PR found for branch\"** — push the branch and open a pull request.\n\n**\"Authentication required\"** — install the [Rami GitHub App](https://github.com/apps/rami-code-remeow) on the repo.\n\n**Review taking too long?** — `/rami:review-status` checks progress without triggering a new review.\n\n## Keeping Rami up to date\n\nRami checks once a day — silently — whether a newer plugin version is published, and nudges you when one is. To update at any time:\n\n```\n/rami:upgrade\n```\n\nOr manually:\n\n```bash\nclaude plugin marketplace update rami-code-review\nclaude plugin update rami@rami-code-review\n```\n\nThen run `/reload-plugins` (or start a new session) to activate it.\n\nFor Codex:\n\n```bash\ncodex plugin marketplace upgrade rami-code-review\ncodex plugin add rami@rami-code-review\n```\n\nThen start a new task to activate the updated plugin.\n\n## Links\n\n- [Rami](https://rami.reviews)\n- [GitHub App](https://github.com/apps/rami-code-remeow)\n\n## License\n\nMIT\n",
  "bytes": 3840,
  "sha": "31d997c8c38c1ded6cc9cc06001bde34006a635df5653ac3ebecd5887e094f84",
  "repo_slug": "rami-code-review/claude-code-marketplace",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_reviews_rami_rami_22e3b5f1/readme"
}