What problem does it solve?
Code reviews often miss hidden breakage: changed contracts whose callers still assume old behavior, removed sanitizers, stale baselines, and untested edge cases. This Skill grounds reviews in a code knowledge graph so findings are backed by dependency, call-chain, and taint evidence rather than diff reading alone.
Core Features & Use Cases
- Multi-target review: Accepts GitHub PR URLs or numbers, branch/ref/commit ranges (two-dot and three-dot), and local staged, unstaged, or untracked changes, resolving each to exact base and head SHAs.
- Graph-backed analysis: Runs detect_changes, impact, context, explain, and pdg_query to map blast radius, trace source-to-sink taint flows, and verify guards on trust boundaries.
- Expert lens swarm: Dispatches optional read-only CI persona lanes (correctness, security, blast radius, coverage, adversarial, critic) for parallel domain-specific review passes.
- Use Case: Ask for a review of PR #42; the Skill pins the merge-base, refreshes the index, inspects dependents outside the diff, runs a taint pass on changed trust boundaries, and emits a severity-ordered findings report with an APPROVE or REQUEST CHANGES verdict.
Quick Start
Ask the agent to review a pull request, branch, or your local changes, for example: review PR #42 in this repository with GitNexus.