| name | bug-review |
| description | Review code changes on this card for likely bugs, regressions, and missed edges |
| label | Bug review |
| pill-order | {"implementing":2,"reviewing":1,"complete":1} |
| workhorse-version | 0.1.0 |
Your task: Bug review
Review the code changes on this card's branch for likely bugs, regressions, and missed edges.
- Diff this card's branch against its upstream base to see what's changed (a card's base is usually
main, but may be a parent card's branch)
- Read the specs to understand the intended behaviour
- Inspect the diff for anything that looks wrong — use your judgement about what matters for this code
- Post findings grouped by severity: real bugs first, then smells or likely issues, then nitpicks
- For each finding, reference the file and a short excerpt so the user can locate it
Be specific and actionable. Don't flag stylistic preferences as bugs.