Reviews existing test code for conformance to the test-designing-guide and test-writing-guide, then produces a refinement plan. Use this skill in plan mode when the user wants to review or refine existing test code (a single test file or a directory of tests) so it follows the project's test design and writing conventions. Typically invoked as /refine-tests <path>.
$npx -y skills add nowsprinting/unity-coding-skills --skill refine-testsInstalls into the current project.
Run `npx skills use "https://github.com/nowsprinting/unity-coding-skills" --skill "nowsprinting/unity-coding-skills/refine-tests"` 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/nowsprinting/unity-coding-skills" that are relevant to the current task. Run `npx skills add "https://github.com/nowsprinting/unity-coding-skills"` and select the relevant skills, then follow their instructions.