rag-reviewer
v0.7.0+codex.0258d174f137Agentic PR review: hybrid RAG + code graph via MCP, review skills for Codex
By mimfortLicense: MIT1.1k GitHub starsUpdated 12 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install rag-reviewer for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add rag-reviewer@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “rag-reviewer” remain stable.
- Codex:
rag-reviewer@agent-plugin-marketplace→rag-reviewer@awesome-codex-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/mimfort/rag_for_git/.
Plugin files
├── .codex-plugin/plugin.json└── .mcp.json
MCP servers1
- command
- /bin/bash
- args
- -lc uvx --from rag-reviewer reviewer-mcp
Plugin manifests1
{
"name": "rag-reviewer",
"version": "0.7.0+codex.0258d174f137",
"description": "Agentic PR review: hybrid RAG + code graph via MCP, review skills for Codex",
"repository": "https://github.com/mimfort/rag_for_git",
"license": "MIT",
"author": {
"name": "mimfort"
},
"homepage": "https://github.com/mimfort/rag_for_git#readme",
"keywords": [
"code-review",
"rag",
"code-graph",
"mcp",
"pr-review"
],
"skills": "./plugin/skills/",
"interface": {
"displayName": "RAG Reviewer",
"shortDescription": "RAG + code graph PR review pipeline",
"longDescription": "Agentic pull request review using hybrid RAG search, code graph analysis, and MCP tools.",
"developerName": "mimfort",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Review PR 123 for owner/repo",
"Solve task PRI-4",
"Sync tasks from the board"
],
"composerIcon": "./plugin/assets/icon.svg",
"brandColor": "#3B82F6"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[rag-reviewer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rag-reviewer)