Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Review a PR or branch diff using the knowledge graph for full structural context. Outputs a structured review with blast-radius analysis.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | -40% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -9% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -39% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -27% | 0% |
| case-19 | ✗→✓ | ▲ Improved | -52% | 0% |
Perform a comprehensive code review of a pull request or branch diff using the knowledge graph.
Token optimization: Before starting, call get_docs_section_tool(section_name="review-pr") for the optimized workflow. Never include full files unless explicitly asked.
git diff main...<branch> to get changed filesbuild_or_update_graph_tool(base="main") to ensure the graph reflects the current state.get_review_context_tool(base="main"):main (or the specified base branch) as the diff baseget_impact_radius_tool(base="main"):query_graph_tool(pattern="callers_of", target=<func>) for high-risk functionsquery_graph_tool(pattern="tests_for", target=<func>) to verify test coverage ## PR Review: <title>
### Summary <1-3 sentence overview>
### Risk Assessment
### File-by-File Review #### <file_path>
### Missing Tests
### Recommendations
semantic_search_nodes_tool to find related code the PR might have missedOther measured skills in the registry, with their headline benchmark lift.