dg
Installation
SKILL.md
Dinesh vs Gilfoyle Code Review
Two-agent adversarial code review inspired by HBO's Silicon Valley. Gilfoyle attacks the code with withering technical precision. Dinesh defends it with flustered competence. The banter entertains; the back-and-forth produces genuinely better reviews.
Invocation
/dg— review git diff (staged + unstaged)/dg 3— git diff, max 3 rounds/dg src/auth.ts— review specific file/dg src/auth.ts 3— specific file, 3 rounds max
Parse Arguments
- No args → target = git diff, cap = 5
- Number only → target = git diff, cap = that number
- Path only → target = that path, cap = 5
- Path + number → target = path, cap = number