local-test-review
Local Test Review
Answer "is this project tested the way it should be?" with evidence, not vibes: what exists, what passes, what's missing that matters, and a plan sized to the risk. This is the thinking layer over run-tests (the execution layer) — it never runs a suite by hand, and run-tests never designs strategy.
0. Delegate strategy design if testing-strategy is available
Check the skills available in this session for one named
testing-strategy. If it exists, plan to delegate the strategy design to
it — but invoke it only when you reach section 3, with the inventory (1) and
baseline (2) in hand: strategy designed blind of the project's facts is the
failure mode this ordering exists to prevent. If it's not available, use the
inline fallback in section 3.
Either way, these house rules apply on top of whatever the strategy says: