Explore Codebase
- Repo stars 17,985
- Author repo code-review-graph
Explore Codebase
Use the code-review-graph MCP tools to explore and understand the codebase.
Steps
- Run
list_graph_statsto see overall codebase metrics. - Run
get_architecture_overviewfor high-level community structure. - Use
list_communitiesto find major modules, thenget_communityfor details. - Use
semantic_search_nodesto find specific functions or classes. - Use
query_graphwith patterns likecallers_of,callees_of,imports_ofto trace relationships. - Use
list_flowsandget_flowto understand execution paths.
Tips
- Start broad (stats, architecture) then narrow down to specific areas.
- Use
children_ofon a file to see all its functions and classes. - Use
find_large_functionsto identify complex code.
Token Efficiency Rules
- ALWAYS start with
get_minimal_context(task="<your task>")before any other graph tool. - Use
detail_level="minimal"on all calls. Only escalate to "standard" when minimal is insufficient. - Target: complete any review/debug/refactor task in ≤5 tool calls and ≤800 total output tokens.
- Fluxly category
- Other
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @tirth8205 · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Shell exec
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Use the code-review-graph MCP tools to explore and understand the codebase.
Run listgraphstats to see overall codebase metrics. Run getarchitectureoverview for high-level community structure. Use listcommunities to find major modules, then getcommunity for details.
Start broad (stats, architecture) then narrow down to specific areas. Use childrenof on a file to see all its functions and classes. Use findlargefunctions to identify complex code.
ALWAYS start with getminimalcontext(task="<your task>") before any other graph tool. Use detaillevel="minimal" on all calls. Only escalate to "standard" when minimal is insufficient. Target: complete any review/debug/refactor task in ≤5 tool calls and ≤800…
## Explore Codebase
Use the code-review-graph MCP tools to explore and understand the codebase.
### Steps
1. Run `list_graph_stats` to see overall codebase metrics.
2. Run `get_architecture_overview` for high-level community structure.
3. Use `list_communities` to find major modules, then `get_community` for details.
4. Use `semantic_search_nodes` to find specific functions or classes.
5. Use `query_graph` with patterns like `callers_of`, `callees_of`, `imports_of` to trace relationships.
6. Use `list_flows` and `get_flow` to understand execution paths.
### Tips
- Start broad (stats, architecture) then narrow down to specific areas.
- Use `children_of` on a file to see all its functions and classes.
- Use `find_large_functions` to identify complex code.
## Token Efficiency Rules
- ALWAYS start with `get_minimal_context(task="<your task>")` before any other graph tool.
- Use `detail_level="minimal"` on all calls. Only escalate to "standard" when minimal is insufficient.
- Target: complete any review/debug/refactor task in ≤5 tool calls and ≤800 total output tokens. Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Explore Codebase → Steps → Tips → Token Efficiency Rules
terms -> Use the code-review-graph MCP tools to explore and understand the codebase. · 1. Run listgraphstats to see overall codebase metrics. · - Start broad (stats, architecture) then narrow down to specific areas.
files/cmd -> listgraphstats · getarchitectureoverview · listcommunities · getcommunity · semanticsearchnodes · querygraph · callersof · calleesof
body sha256 -> 64420a56b8c9
Decide Fit First
Design Intent
How To Use It
Boundaries And Review