ワンクリックで
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}}