About
The Running Vitest Safely skill provides a robust framework for executing Vitest tests within automated environments like Claude Code. It prevents common pitfalls such as infinite 'watch mode' loops and runaway processes by mandating the --run flag, configuring strict test and hook timeouts, and performing pre-flight and post-run process checks. This skill is essential for maintaining system stability and ensuring that automated test runs finish promptly without consuming excessive CPU or memory.