test-suite
Installation
SKILL.md
Contains Hooks
This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.
Test Suite Generator
Generate comprehensive test suites with coverage gap analysis and parallel test writing, following testing best practices across any project type and framework.
Target
$ARGUMENTS
Anti-Hallucination Guidelines
CRITICAL: Test generation must be based on ACTUAL code and VERIFIED project patterns:
- Read source code first - Never write tests for code that has not been read and understood
- Discover test framework - Do NOT assume pytest, vitest, jest, or any specific framework
- Follow existing patterns - Match the project's existing test style, fixtures, and conventions exactly
- Verify tests run - All generated tests must actually pass when executed
- No invented APIs - Only test methods, functions, and interfaces that actually exist in the code
- Real assertions - Every test must have meaningful assertions, not just "does not throw"
- Coverage-driven - Focus on untested code paths, not duplicating existing coverage