Describe Structure

Required whenever adding, editing, or restructuring tests or specifications, including *.test.* and *.spec.* files. Use for unit-test coverage, regression tests, TDD, mutation testing, bug fixes, and refactoring—even when the user does not name test structure. Invoke before writing test code. In suites that already use describe, structure every new or changed test as component → when [action] → given [condition] → outcome-focused it; preserve flat suites without describe.

jonfazzaro f0efdab 2.9 KB Updated

File contents

jonfazzaro/skills/tree/main/describe-structure commit f0efdab357

Frequently asked questions

npx skillmds@latest add jonfazzaro/describe-structure