Enforces the project's testing strategy whenever writing, editing, or reviewing tests. Triggers on any test-related work including writing new tests, fixing failing tests, adding test coverage, testing new features, testing integrations, verifying agent behavior, reviewing test quality, or creating test fixtures. Ensures no mocks in integration tests, behavioral assertions for agent tests, contract tests for ABC implementations, and regression snapshots for silent breakage detection. Applies to all files in tests/ directory.
$npx -y skills add definableai/definable.ai --skill intelligent-testingInstalls into the current project.
Run `npx skills use "https://github.com/definableai/definable.ai" --skill "definableai/definable.ai/intelligent-testing"` 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/definableai/definable.ai" that are relevant to the current task. Run `npx skills add "https://github.com/definableai/definable.ai"` and select the relevant skills, then follow their instructions.