Code Review
skill · v1.0.0
Review a code diff for correctness, security, and maintainability. Surfaces findings at HIGH / MEDIUM / LOW severity with file:line citations. Follows the grounding requirement from Code.md §11.5: every medium-or-higher finding includes evidence from the actual diff, not from inference.
Tags: codereviewsecuritymaintainabilitydiff
Invocation contract
Inputs
diff(string, required) — Unified diff or PR diff to review.context(string) — Optional background — PR description, linked issue, relevant architectural context.
Outputs
findings(array) — List of severity-tagged findings with file:line citations.adversarial_pass(string) — Summary of the adversarial self-pass results.