better-code-review-graph
FeaturedKnowledge graph for token-efficient code reviews -- semantic search and call-graph resolution across your codebase.
Install
Plugins install via a marketplace, in two steps.
This plugin isn't listed in a marketplace we've indexed. Install it directly from its GitHub repository — the README has the setup steps.
View on GitHubBundles
Everything this plugin ships — skills, agents, commands, hooks, and MCP servers it bundles.
Skills (7)
build-graph
Build or update the code review knowledge graph. Run this first to initialize, or let hooks keep it updated automatically.
review-delta
Review only changes since last commit using impact analysis. Token-efficient delta review with automatic blast-radius detection.
impact-audit
Blast radius of a change you have not made yet -- traces a symbol across federated repositories, splits impact per repo, and reports what must ship together.
onboard-repo
Index an unfamiliar codebase into the knowledge graph, then produce a first orientation map -- entry points, most-depended-upon modules, hotspots, test topology.
refactor-check
Safety analysis before refactoring -- dependency graph, test coverage, public API exposure, blast radius verdict.
review-pr
Comprehensive PR review -- full branch diff against base, commit-by-commit analysis, breaking change detection, conventional commit verification.
security-sweep
Graph-driven security sweep -- scan for dangerous sinks, then rank each finding by whether an entry point can actually reach it, and triage the rest into suppressions.
Hooks (4)
Quality Score: 76/100
Details
- Author
- n24q02m
- Repository
- n24q02m/better-code-review-graph
- Created
- 5 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0