ワンクリックで
uat-test-generator
Generate UAT test cases from requirements and acceptance criteria with traceability
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate UAT test cases from requirements and acceptance criteria with traceability
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Expert Electron application architecture skill for IPC design, main/renderer/preload boundaries, security hardening, performance optimization, packaging strategy, native integration, and cross-platform desktop development. Use when reviewing or designing Electron apps, planning migrations, auditing architecture risks, choosing IPC patterns, diagnosing startup or memory issues, or coordinating related Electron skills.
Generates DrawIO XML diagrams for Amazon Web Services architectures from text descriptions or images. Analyzes existing .drawio files to extract AWS components. Use for AWS architecture diagrams, cloud infrastructure documentation, or when converting AWS diagram images to editable DrawIO format.
Generates DrawIO XML diagrams for Google Cloud Platform architectures from text descriptions or images. Analyzes existing .drawio files to extract GCP components. Use for GCP architecture diagrams, cloud infrastructure documentation, or when converting GCP diagram images to editable DrawIO format.
Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.)
Orchestrate a babysitter run. use this command to start babysitting a complex workflow.
Clean up .a5c/runs and .a5c/processes directories. Aggregates insights from completed/failed runs into docs/run-history-insights.md, then removes old run data and orphaned process files.
| name | uat-test-generator |
| description | Generate UAT test cases from requirements and acceptance criteria with traceability |
| allowed-tools | ["Read","Write","Glob","Grep","Bash"] |
| metadata | {"specialization":"business-analysis","domain":"business","id":"SK-012","category":"Testing"} |
The UAT Test Case Generator skill provides specialized capabilities for generating User Acceptance Testing test cases from requirements and acceptance criteria. This skill enables systematic test case development, test data specification, traceability maintenance, and export to test management tools.
Generate UAT test cases from these acceptance criteria:
[Acceptance criteria in Given-When-Then format]
Include positive and negative scenarios.
Create end-to-end test scenarios for:
[User story or feature description]
Generate complete user journey tests.
Define test data requirements for these test cases:
[Test case list]
Include data setup, dependencies, and sample values.
Calculate test coverage for:
Requirements: [Requirements list]
Test Cases: [Test case list]
Identify coverage gaps and missing tests.
This skill integrates with the following business analysis processes:
Test Case ID: TC-XXX
Title: [Descriptive test title]
Requirement ID: REQ-XXX
Priority: High/Medium/Low
Preconditions:
- [Precondition 1]
- [Precondition 2]
Test Steps:
| Step | Action | Expected Result |
|------|--------|-----------------|
| 1 | [Action] | [Expected] |
| 2 | [Action] | [Expected] |
Test Data:
- [Data item 1]: [Value]
- [Data item 2]: [Value]
Postconditions:
- [State after test]
| GWT Element | Test Case Element |
|---|---|
| Given | Preconditions |
| When | Test Steps (Actions) |
| Then | Expected Results |
| And | Additional steps or conditions |
| Type | Purpose | Examples |
|---|---|---|
| Positive | Verify correct behavior | Valid input, happy path |
| Negative | Verify error handling | Invalid input, edge cases |
| Boundary | Test limits | Min/max values, empty inputs |
| Integration | End-to-end flow | Complete user journeys |
| Regression | Verify unchanged behavior | Existing functionality |
Defect ID: DEF-XXX
Title: [Brief description]
Test Case: TC-XXX
Requirement: REQ-XXX
Severity: Critical/High/Medium/Low
Priority: P1/P2/P3/P4
Environment:
- Browser/Device: [Details]
- Environment: UAT/QA/Staging
Steps to Reproduce:
1. [Step 1]
2. [Step 2]
3. [Step 3]
Expected Result:
[What should happen]
Actual Result:
[What actually happened]
Attachments:
- [Screenshots, logs, etc.]
| Metric | Formula | Target |
|---|---|---|
| Requirements Coverage | Tested Reqs / Total Reqs | 100% |
| Test Execution | Executed Tests / Total Tests | 100% |
| Pass Rate | Passed Tests / Executed Tests | 95%+ |
| Defect Detection | Defects Found / Total Defects | High |
| Priority | Criteria | Testing Approach |
|---|---|---|
| P1 - Critical | Core functionality, regulatory | Must test every release |
| P2 - High | Important features, frequent use | Test in full regression |
| P3 - Medium | Secondary features | Test in major releases |
| P4 - Low | Edge cases, rare scenarios | Test periodically |