feat: add adversarial code review recommendation to quick-dev workflow (#989)

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

* fix: clarify scope of code review with 'in it' reference
This commit is contained in:
Alex Verkhovsky 2025-11-27 21:38:54 -08:00 committed by GitHub
parent 7b21708868
commit 5ea02d7091
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 in it. Number them. Be skeptical of everything.
```
</output>
<action>You must explain what was implemented based on {user_skill_level}</action>