Applies proven testing patterns — Arrange-Act-Assert (AAA), Given-When-Then, Test Data Builders, Object Mother, parameterized tests, fixtures, spies, and test doubles — to help write maintainable, reliable, and readable test suites. Use when the user asks about writing unit tests, integration tests, or end-to-end tests; structuring test cases or test suites; applying TDD or BDD practices; working with mocks, stubs, spies, or fakes; improving test coverage or reducing flakiness; or needs guidance on test organization, naming conventions, or assertions in frameworks like Jest, Vitest, pytest, or similar.
$npx -y skills add rohitg00/skillkit --skill test-patternsInstalls into the current project.
Run `npx skills use "https://github.com/rohitg00/skillkit" --skill "rohitg00/skillkit/test-patterns"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/rohitg00/skillkit" that are relevant to the current task. Run `npx skills add "https://github.com/rohitg00/skillkit"` and select the relevant skills, then follow their instructions.