bdd-unit-test-reviewer
Installation
SKILL.md
BDD Unit Test Reviewer
Audit existing unit tests against Dan North's BDD principles and produce actionable, prioritised suggestions. The goal is not to rewrite everything — it's to surface the most impactful changes that make tests read as behaviour specifications, not just code coverage.
Review Workflow
Step 1 — Read All Tests First
Before commenting on anything, read the entire test file. Build a mental model of:
- What class or module is under test?
- What behaviours are covered?
- What patterns repeat across tests?