Apply and enforce all test-organization conventions defined in `.github/instructions/organize-tests.instructions.md` to every `*.test.ts` file in the codebase. Use when adding new tests, refactoring existing tests, or ensuring test files conform to project conventions before committing or during code review.
Apply and enforce all test-organization conventions defined in
.github/instructions/organize-tests.instructions.md to every
*.test.ts file in the codebase.
Invoke this skill on any test file (or the whole project) to automatically review and reformat test files according to the project's test conventions.
*.test.ts files in scope..github/instructions/organize-tests.instructions.md.analyze_tests — determine whether each test() call should
be formatted as single-line or multi-line before editing.check_spacing — verify blank-line spacing between test()
calls after editing.All rules are defined in
.github/instructions/organize-tests.instructions.md. This skill acts
as the entry point that applies them in full to the target files.
*.test.ts file