Checks that test method and function names read as complete sentences describing behavior. Flags cryptic names like test1, testFoo, or abbreviated names that do not describe what is being tested. Designed to run on every PR. Do NOT use for test coverage, test structure, or non-test code.
$npx -y skills add ckorhonen/hone-skills --skill test-naming-auditInstalls into the current project.
Run `npx skills use "https://github.com/ckorhonen/hone-skills" --skill "ckorhonen/hone-skills/test-naming-audit"` 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/ckorhonen/hone-skills" that are relevant to the current task. Run `npx skills add "https://github.com/ckorhonen/hone-skills"` and select the relevant skills, then follow their instructions.