원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
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.