Loading...
Loading...
Review a PR or branch diff using the knowledge graph for full structural context. Outputs a structured review with blast-radius analysis.
npx skill4agent add tirth8205/code-review-graph review-prget_docs_section_tool(section_name="review-pr")git diff main...<branch>build_or_update_graph_tool(base="main")get_review_context_tool(base="main")mainget_impact_radius_tool(base="main")query_graph_tool(pattern="callers_of", target=<func>)query_graph_tool(pattern="tests_for", target=<func>)## PR Review: <title>
### Summary
<1-3 sentence overview>
### Risk Assessment
- **Overall risk**: Low / Medium / High
- **Blast radius**: X files, Y functions impacted
- **Test coverage**: N changed functions covered / M total
### File-by-File Review
#### <file_path>
- Changes: <description>
- Impact: <who depends on this>
- Issues: <bugs, style, concerns>
### Missing Tests
- <function_name> in <file> - no test coverage found
### Recommendations
1. <actionable suggestion>
2. <actionable suggestion>semantic_search_nodes_tool