Reviews test code to identify and fix common testing anti-patterns including flaky tests, over-mocking, brittle assertions, test interdependency, and hidden test logic. Flags bad patterns, explains the specific defect, and provides corrected implementations. Use when reviewing test code, debugging intermittent or unreliable test failures, or when the user mentions flaky tests, test smells, brittle tests, test isolation issues, mock overuse, slow tests, or test maintenance problems.
$npx -y skills add rohitg00/skillkit --skill anti-patternsInstalls into the current project.
Run `npx skills use "https://github.com/rohitg00/skillkit" --skill "rohitg00/skillkit/anti-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.