Devils Advocate

Adversarial review of just-generated code, run *after* an agent (or human) declares a feature done. Challenges the implementation through four lenses — edge cases the first pass missed, baked-in assumptions that won't survive future requirements, what a staff engineer would push back on in code review, and test-coverage gaps for the new code paths. Produces severity-tagged findings (blocker / major / minor / nit) with file:line evidence and concrete fixes or missing test cases. Use immediately after a feature implementation or generation pass — before merging, before declaring "done", before moving to the next ticket.

sananthanarayan 2b1cca5 10 files · 41.7 KB Updated

File contents

sananthanarayan/skilldrop/tree/main/skills/devils-advocate commit 2b1cca59fe

Frequently asked questions

npx skillmds@latest add sananthanarayan/devils-advocate