Test Suite

Generates a test suite by analyzing coverage gaps, prioritizing critical and untested code paths, then writing tests in parallel that match the project's existing patterns. Use when the user wants to write tests, add test coverage, generate test cases, improve testing, or analyze coverage gaps. Supports pytest, vitest, jest, and all major test frameworks. Not for debugging a specific failing test (use fix-bug).

mgiovani ac50dcd 4 files · 29.4 KB Updated

File contents

mgiovani/cc-arsenal/tree/main/skills/test-suite commit ac50dcdfb7

Frequently asked questions

npx skillmds@latest add mgiovani/test-suite