This skill should be used when the user asks to "clean up tests", "clean up code", "tidy up tests", "remove dead tests", "organize test files", "fix test structure", or mentions test hygiene, test bloat, removing temporary tests, or following test best practices. Unlike the code-review skill (which reviews a diff for quality), this skill performs batch cleanup across entire files or directories. Reports issues first, then applies fixes after confirmation.
$npx -y skills add denisraison/claude-plugins --skill cleanupInstalls into the current project.
Run `npx skills use "https://github.com/denisraison/claude-plugins" --skill "denisraison/claude-plugins/cleanup"` 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/denisraison/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/denisraison/claude-plugins"` and select the relevant skills, then follow their instructions.