一键导入
code-review-graph
GraphRAG-powered code review with blast-radius analysis via Tree-sitter AST. MCP server. Recommended for 500+ file codebases.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
GraphRAG-powered code review with blast-radius analysis via Tree-sitter AST. MCP server. Recommended for 500+ file codebases.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | code-review-graph |
| description | GraphRAG-powered code review with blast-radius analysis via Tree-sitter AST. MCP server. Recommended for 500+ file codebases. |
| auto-activate | false |
GraphRAG-powered code review that uses Tree-sitter AST analysis to scope blast radius for diffs and detect architectural hotspots. 24-language support.
Upstream: https://github.com/tirth8205/code-review-graph
pip install code-review-graph
Add to your project's .mcp.json:
{
"code-review-graph": {
"type": "stdio",
"command": "uvx",
"args": ["code-review-graph", "--stdio"],
"env": {}
}
}
The MCP server exposes tools for graph-based code analysis.
/multi-review decides WHAT to say about it (quality analysis)Use code-review-graph first to identify affected files, then feed those into /multi-review for focused critique.
4-skill academic pipeline: deep research (13-agent), academic paper (LaTeX), peer review (7-agent), pipeline orchestrator (10-stage). CC BY-NC 4.0 — non-commercial use only.
Analyzes existing workflows and processes to find inefficiencies, bottlenecks, and optimization opportunities. Goes beyond automation to improve the process itself. Use when user says "optimize my process", "find bottlenecks", "why is this slow", "improve this workflow", "process audit", or "efficiency review".
Takes a process description and generates a complete Standard Operating Procedure document with numbered steps, decision points, checklists, and troubleshooting guidance. Use when user says "write an SOP", "create SOP", "standard operating procedure", "document this process", "write a procedure for", or asks to formalize any business process.
Interactive weekly review assistant that helps business owners reflect on their week, measure progress against stated goals, and plan the next week with clarity. Use when user says "weekly review", "review my week", "what did I accomplish", "plan next week", "week in review", "how did my week go", or asks to reflect on recent work.
Maps business processes from natural language descriptions into structured workflows, identifies automation opportunities using the GREEN/YELLOW/RED framework, and generates visual workflow diagrams. Use when user says "map my workflow", "describe my process", "where should I automate", "workflow audit", or describes any business process.
Autonomous multi-source research agent with MCP server. Planner/executor architecture, 5 MCP tools. Requires 3 API keys (Tavily + Anthropic + embeddings). Research-flavor.