From antigravity-awesome-skills
Guides pairwise test generation to efficiently cover parameter interactions with minimal test cases. Useful for combinatorial testing of complex inputs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:pypict-skillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Pairwise test generation
Pairwise test generation
Use this skill when you need to work with pairwise test generation.
This skill provides guidance and patterns for pairwise test generation.
For more information, see the source repository.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-awesome-skillsGenerates pairwise test combinations for efficient test coverage. Useful when designing test matrices or parameter combinations.
Partition test input domain into equivalence classes to reduce test count. Use when testing multiple similar scenarios.
Provides test design patterns, coverage strategies (80-100% targets), types (unit/integration/E2E), organization, and best practices for comprehensive test suites. Use for new suites, coverage improvement, or test design.