From bdk
Risk-aware code review using knowledge graph — detect changes, trace impacted flows, check test coverage, recommend merge decision.
npx claudepluginhub broneq/bdk --plugin bdkThis skill is limited to using the following tools:
> Relies on BDK foundation (STARTUP_INSTRUCTIONS.md). Assumes environment discovery has already run (language, test runner, build tool are known).
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Relies on BDK foundation (STARTUP_INSTRUCTIONS.md). Assumes environment discovery has already run (language, test runner, build tool are known).
Thorough, risk-aware code review using the knowledge graph.
get_minimal_context(task="review changes") first.detect_changes to get risk-scored change analysis.get_affected_flows to find impacted execution paths.query_graph with pattern="tests_for" to check test coverage.get_impact_radius to understand blast radius.Group findings by risk level (high/medium/low):
get_minimal_context(task="<your task>").detail_level="minimal" on all calls. Escalate to "standard" only when minimal is insufficient.