OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add tirth8205/code-review-graph --skill review-changes
Perform a structured code review using change detection and impact
npx skills add tirth8205/code-review-graph --skill review-changes
Perform a thorough, risk-aware code review using the knowledge graph.
detect_changes_tool to get risk-scored change analysis.get_affected_flows_tool to find impacted execution paths.query_graph_tool with pattern="tests_for" to check test coverage.get_impact_radius_tool to understand the blast radius.Provide findings grouped by risk level (high/medium/low) with:
get_minimal_context_tool(task="<your task>") before other graph tools.detail_level="minimal" on all calls. Only escalate to "standard" when minimal is insufficient.