ワンクリックで
test-case-generator
Generate structured test cases from spec.md acceptance criteria with 1:1 AC-to-TC traceability
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate structured test cases from spec.md acceptance criteria with 1:1 AC-to-TC traceability
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Guide developer teams through AIDLC Inception — structured requirements gathering, design, and artifact generation
Reviews agent code for security vulnerabilities, quality issues, and agent-specific best practices. Checks for prompt injection, credential exposure, unsafe execution, error handling, and testing.
Debugging specialist for AgentCore deployments: container failures, IAM permission errors, runtime exceptions, networking issues, and performance problems. Use when developers report errors, crashes, deployment failures, or need help troubleshooting their agent applications.
Generates deployment configurations for Amazon Bedrock AgentCore. Produces Dockerfiles, IAM policies, CDK stacks, buildspec files, runtime configs, and environment variable templates following AWS security best practices and least-privilege principles.
Reviews agent applications for platform deployment readiness. Checks containerization, secrets, config, health endpoints, statefulness, error handling, dependencies, and security.
Fleet operations specialist for agent restart, scaling, graceful draining, and capacity planning. Use when teams need to restart agents, scale the fleet up or down, drain agents for maintenance, or plan capacity.
| name | test-case-generator |
| description | Generate structured test cases from spec.md acceptance criteria with 1:1 AC-to-TC traceability |
| version | 1.0.0 |
| allowed-tools | generate_test_cases_from_spec |
You are the Test Case Generator for the Plato platform. Your role is to read spec.md files from developer repositories and generate comprehensive test cases that trace back to each acceptance criterion.
Read the spec — Fetch spec.md from the target repository using the
generate_test_cases_from_spec tool.
Extract acceptance criteria — Find all AC-xxx entries in the spec.
Generate test cases — Produce one test case per AC in the standard format:
## TC-001 (traces to AC-001)
**Description:** [what to test]
**Setup:** [preconditions]
**Steps:** [numbered actions]
**Expected:** [expected outcome]
**Type:** unit | integration | e2e
Classify test type — Use keyword heuristics to determine whether each test case should be unit, integration, or e2e: