From antigravity-awesome-skills
Generates pairwise test combinations for efficient test coverage. Useful when designing test matrices or parameter combinations.
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-bundle-aas-mobile-app-builderGuides pairwise test generation to efficiently cover parameter interactions with minimal test cases. Useful for combinatorial testing of complex inputs.
Partition test input domain into equivalence classes to reduce test count. Use when testing multiple similar scenarios.
Applies QA test design patterns like equivalence partitioning, boundary value analysis, happy paths, edge cases, permissions, accessibility checklists, and prioritization for test cases and coverage.