If you're doing combinatorial testing and need to generate pairwise test cases, this handles that specific workflow. It's built around pypict, which implements Microsoft's PICT algorithm for creating minimal test sets that cover all parameter pairs. The skill itself is pretty bare bones based on the source, mostly pointing you toward pairwise generation without much detail on syntax or integration patterns. You'd reach for this when you have multiple input parameters and want to catch interaction bugs without running every possible combination. Useful for API testing, configuration validation, or anywhere you need systematic coverage without explosion of test cases.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill pypict-skill