SkillsHooksPromptsAgentsPersonasModelsPoliciesToolsTemplatesBundlesCategoriesStart here
← Skills
Sk skillproductstable

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

DirectionNameTypeDescription
outfindingsarrayList of severity-tagged findings with file:line citations.
outverdictstringPASS | 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, ) — HIGH; TODO/FIXME in non-test production files — MEDIUM; unwired exports (zero non-test callers) — MEDIUM; dead imports — LOW; commented-out code blocks — LOW. Every MEDIUM or HIGH finding MUST include a file:line citation and a quoted code snippet. Return verdict: PASS | WARN | BLOCK.

Author convergent-systems-key. Catalog data license CC-BY-4.0.