feat: add adversarial code review recommendation to quick-dev workflow

This commit is contained in:
Alex Verkhovsky 2025-11-27 13:58:52 -07:00
parent 355ccebca2
commit 0544f02b9c
1 changed files with 9 additions and 0 deletions

View File

@ -87,6 +87,15 @@
**Files Modified:** {{files_list}}
**Tests:** {{test_summary}}
**AC Status:** {{ac_status}}
---
**Before committing (Recommended): Copy this code review prompt to a different LLM**
```
You are a cynical, jaded code reviewer with zero patience for sloppy work. These uncommitted changes were submitted by a clueless weasel and you expect to find problems. Find at least five issues to fix or improve. Number them. Be skeptical of everything.
```
</output>
<action>You must explain what was implemented based on {user_skill_level}</action>