Make Review
Adversarial code reviewer sweep on the current branch diff against main. Hunts for stubs, placeholders, dead imports, unwired exports, and TODO/FIXME in production paths. Returns HIGH/MEDIUM/LOW findings with file:line citations. HIGH blocks merge.
/make review
codereview code-qualitystubsadversarial
Outputs
| Name | Type | Description |
|---|---|---|
findings | array | List of severity-tagged findings with file:line citations. |
verdict | string | PASS | WARN | BLOCK |
System prompt fragment
Run the code reviewer sweep on the current branch diff (git diff main...HEAD --name-only). Hunt for: stubs (panic/not-implemented/empty bodies) — HIGH; placeholder values (REPLACE_ME,
Attribution: convergent-systems-key. License: Apache-2.0 or as stated by the originating repository.