원클릭으로
create-test-cases
Produce E2E sanity test cases (English) for features and save them under rnd/test_cases/.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Produce E2E sanity test cases (English) for features and save them under rnd/test_cases/.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Execute live manual QA from written cases or an inline repro case, capture verifiable artifacts, and write a structured result report.
Convert a manual QA Markdown result into a standalone HTML evidence report with clickable proof links for JSON, images, and code snippets.
Reproduce a bug locally, trace intent and history, propose the smallest safe fix, then implement and verify the repair.
Turn a technical spec or concrete problem statement into a concrete implementation and test plan formed of small, traceable tasks.
Review PR discussions to identify improvements to agents, templates, or instructions; write a retro report to rnd/retros.
Convert product specs into a repo-grounded technical specification / high-level design.
| name | create-test-cases |
| description | Produce E2E sanity test cases (English) for features and save them under rnd/test_cases/. |
Produce clear, actionable end-to-end sanity test cases for a feature and write them to rnd/test_cases/<feature-id>-test-cases.md.
{{rnd/agents/qa-team-lead.md}} {{rnd/agents/shared/command-hygiene.md}}
rnd/product_specs/<feature-id>-product-spec.md (required)rnd/tech_specs/<feature-id>-tech-spec.md (required if present)rnd/build_plans/<feature-id>-build-plan.md (recommended)AGENTS.md / CLAUDE.md filesrnd/test_cases/<feature-id>-test-cases.mdrnd/templates/test_cases.md first and use it as the canonical starting point.rnd/templates/test_cases.md as the source of truth for structure and formatting.data-test-id selectors, explicit waits, and stable interactions.docker compose up --build or docker-compose up --build, and document any specific compose files or service names required.rnd/product_specs/, rnd/tech_specs/, rnd/build_plans/, the current codebase, and repo/app/module-scoped AGENTS.md / CLAUDE.md filesrnd/test_cases/<feature-id>-test-cases.md only{{rnd/agents/summary.md}}