Test Skill Quick Ref: Generate tests, analyze coverage, fill gaps, run TDD loops. Output: passing tests + coverage report in . YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Generate real tests, run them, verify they pass, and produce coverage artifacts. Do not output a plan and stop. Modes | Mode | Trigger | What It Does | |------|---------|--------------| | | "generate tests", "write tests", "add tests" | Create tests for existing code | | | "test coverage", "coverage gaps", "missing tests" | Analyze coverage and fill gaps | | | "test strategy", "test architecture" | Recommend tes…