with one click
test-plan-generator
test-plan-generator contains 2 collected skills from NazarKalytiuk, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
USE WHEN reviewing whether a code change — typically a NestJS controller/service implementing a REST endpoint — correctly satisfies a Jira user story. Produces a deterministic JSON verdict (COMPLIANT / VIOLATED / UNDETERMINED per check) with counterexamples. Triggers on phrases like "verify code against story", "does this implement the ticket", "spec compliance check", "review story against diff". Single pass, no multi-turn interaction with the user.
Generate comprehensive, structured test plans and test cases from requirements and specifications. Reads feature tickets (Jira, Linear, or pasted text) with subtasks and produces a detailed markdown test plan with hierarchical test suites and individual test cases. Uses professional test design techniques (equivalence partitioning, boundary value analysis, decision tables, state transition, use case testing). Use when user says "test plan", "test cases", "write tests for this feature", "QA this ticket", mentions testing a Jira/Linear ticket, or asks to create test scenarios from requirements. Do NOT use for code-level unit tests or test automation code.