meta-codereview-current-diff
Installation
SKILL.md
Codereview of Current Diff (Meta-Skill)
A combinator-style meta-skill that runs three independent reviewers in parallel over the currently-uncommitted diff, then arbitrates a single verdict with a strict priority rule.
This is the same combinator + arbitrate pattern as
meta-security-review-bundle, applied to a code-review domain. The
three reviewers each carry a tight, project-specific rubric — safety
focuses on injection / credentials / G1.6 contract; tests focuses on
the "new public surface ⇒ corresponding test" expectation; style
flags only a fixed list of antipatterns so it doesn't drift into
free-form opinions.