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.
id skill/make-reviewv1.0.0by convergent-systems-keyinvoke /make review
codereviewcode-qualitystubsadversarial
Contract
| Direction | Name | Type | Description |
|---|---|---|---|
| out | findings | array | List of severity-tagged findings with file:line citations. |
| out | 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,
Author convergent-systems-key. Catalog data license CC-BY-4.0.