Generate and scaffold new manual functional test cases.
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Generate and scaffold new manual functional test cases.
license
MIT
metadata
{"author":"AI","version":"1.0"}
Test Creation Workflow
Follow these instructions when the user wants to create a new manual functional test case through the /test-create workflow.
Ask the user if they want to execute a Light Flow or a Standard Flow when this skill is invoked.
Light Flow
Engage the user to define the basic scenario, domain, and data points.
Suggest and Refine: Suggest a few test scenarios to the user and iteratively validate/refine them before writing code.
Read test-management/tests/TEMPLATE.md to ensure you perfectly understand the required formatting structure.
Read test-management/tests/README.md to understand the domain layout and the 9-step creation process.
Draft the new test case inside the appropriate domain directory (e.g., test-management/tests/checkout/TC_CHK_...).
Ensure Metadata, Preconditions, Steps, Execution Targets, and Change History are perfectly populated. Evaluate if the test case is a good candidate for future automation (e.g., critical happy paths or highly repetitive interactions). Suggest adding the tobeautomated tag to the Tags list and ask the user to confirm/decide.
Present the draft to the user and conduct a fast review round to refine and improve the test case. Once accepted, update the domain's overview.md with the new test item.
Standard Flow
You must act as the orchestrator of the exact 9-step QA process specified in the test-management/tests/README.md.
AI Suggests: Engage the user to define the domain and suggest baseline test scenarios.
Joint Refinement: Validate, refine, and change the scenarios collaboratively with the user.
AI Builds: Read test-management/tests/TEMPLATE.md and write the initial markdown files into the appropriate directories. Ensure Metadata, Preconditions, Steps, Execution Targets, and Change History are perfectly populated. Proactively identify if the test case is a candidate for future automation, suggest the tobeautomated tag, and explicitly ask the user/creator to decide. Finally, inform the user.
ISTQB Validation: Automatically run coverage grades against standard quality models. Save or update this review report directly in the target domain folder (e.g., test-management/tests/DOMAIN/ISTQB_REVIEW.md) using the exact format defined in test-management/tests/TEMPLATE_ISTQB_REVIEW.md, and provide feedback to the user.
Business Analyst Review: Act as a Business Analyst to review the test cases for e-commerce alignment.
Senior Tester Review: Act as a Senior Tester to verify boundary values, partitions, and edge cases.
Test Manager Review: Act as a Test Manager to verify coverage, traceability, and execution efficiency.
End Consumer Review: Act as an End Consumer to verify usability, clarity, and real-world alignment.
Finalize: Automatically update the domain's overview.md with the new test item, and require explicit sign-off from the user before concluding the domain creation.