PostToolUse
01Hook Claude Code
Runs after a tool call finishes for Edit, Write and Bash tool calls, running code-review-graph update --skip-flows. From vandien284/mcp-server.
Hook Claude Code
Runs after a tool call finishes for Edit, Write and Bash tool calls, running code-review-graph update --skip-flows. From vandien284/mcp-server.
Hook Claude Code
Runs when a session starts, running code-review-graph status. From vandien284/mcp-server.
Settings file Claude Code
Agent settings declaring 2 hook events (PostToolUse, SessionStart).
Cursor rule Cursor
IMPORTANT: This project has a knowledge graph. ALWAYS use the code-review-graph MCP tools BEFORE using Grep/Glob/Read to explore the codebase. The graph is faster, cheaper (fewer tokens), and gives you structural context (callers, dependents, test coverage) that file scanning cannot.
MCP server Claude CodeCodexCursor +2
MCP server "codegraph" as configured in vandien284/mcp-server. Launched with codegraph serve --mcp.
MCP server Claude CodeCodexCursor +2
MCP server "code-review-graph" as configured in vandien284/mcp-server. Launched with code-review-graph serve.
Instructions file CodexOpenCode
AGENTS.md instructions for vandien284/mcp-server, covering agents.md, setup & local development, project structure & entrypoints, mcp tools (exposed operations) and development workflow.
Instructions file
Claude Code instructions for vandien284/mcp-server, covering claude.md, project overview, setup, commands and enter container.
Instructions file Gemini CLI
Gemini CLI instructions for vandien284/mcp-server, covering mcp tools: code-review-graph, when to use graph tools first, key tools and workflow.
Skill Claude CodeCodex
Review code differences between target and source branches, analyzing syntax, security, naming conventions, logic, tests, and performance.
Skill Claude CodeCodex
Mandatory lookup skill — read the reference file for any MCP tool before calling it to get correct arguments, usage patterns, and output handling.
Skill Claude CodeCodex
Execute MCP (Model Context Protocol) tools with specific parameters. Use when needing to run MCP tools or interact with external services via MCP.