.agents/skills/deep-review/references/dimensions/logic.md
Does the change do what the requirement asked, and does it hold up under real inputs? The classic bug hunt, plus the tests that pin the behavior down. Design-level judgment (framework misuse, self-inflicted complexity) lives in the business-logic dimension.
__tests__/<name>.test.ts incl. user isolation (see .agents/skills/testing/).agents/skills/testing/SKILL.md — what needs tests and how they are structured herels the sibling __tests__/ and check the fixed scenario is actually covered, not just any test touched.