grill-diff
Installation
SKILL.md
Grill Diff
Diff Scope
File scope and diff baseline are independent and combine freely (e.g. "against develop src/auth.ts").
- Files: user-specified if listed, otherwise all changed files.
- Baseline: staged > unstaged > user-specified branch > PR URL > current branch vs default branch.
Review
Ask if there is a related spec or plan file. Read all changed files to build the full picture, then go through files one at a time. Interrogate every aspect of each change.
If a question can be answered by exploring the codebase, specs, or tests, explore yourself instead of asking.
When you spot a finding, consult all 3 specialists. Each sees earlier opinions, then gives opinion + confidence (high / medium / low). Classify:
- Any specialist rated high → present to user
- Highest is medium, or specialists disagree → present to user as "uncertain"
- All rated low → drop silently