Identify, review, and validate existing 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.
Identify, review, and validate existing test cases.
license
MIT
metadata
{"author":"AI","version":"1.0"}
Test Review Workflow
Follow these instructions when the user wants to review test cases (e.g. from Draft to To Be Reviewed or Active) via /test-review.
Read test-management/tests/README.md to understand the 9-step review lifecycle.
Validate the target test cases against standard ISTQB coverage, boundary variables, positive/negative paths, and accessibility concerns.
Provide critical analysis and suggest improvements to the user. Explicitly evaluate whether the test case is a strong candidate for future automation (e.g. repetitive functional happy paths) and ask the user/creator to decide if a tobeautomated tag should be added to the metadata.
Save or update these collective findings directly in the respective domain folder (e.g., test-management/tests/DOMAIN/ISTQB_REVIEW.md) using the exact format defined in test-management/tests/TEMPLATE_ISTQB_REVIEW.md.
When making edits to specific test cases based on the review (such as adding the tobeautomated tag if confirmed by the user), you MUST increment the version in ## Metadata and append your change to the ## Change History table as specified in the README rules.
Update the test case Status to 👀 To Be Reviewed or ✅ Active based on the user's explicit sign-off.