Testing Test Writing This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle testing test writing. When to use this skill - When creating new test files in or directories - When writing Pest tests with descriptive, clear test names - When testing core user workflows and critical business paths - When deciding what needs test coverage at feature completion points - When mocking external dependencies (databases, APIs, file systems, services) - When writing fast-executing unit tests - When focusing tests on behavior and o…