원클릭으로
test-plan-generator
test-plan-generator에는 NazarKalytiuk에서 수집한 skills 2개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
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.