一键导入
feature-rollout-qa-testing
Use when a feature is being built or rolled out and a detailed QA test script with edge cases and expected outcomes is needed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when a feature is being built or rolled out and a detailed QA test script with edge cases and expected outcomes is needed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when you need Asana project tasks due or outstanding in the next 7 days, with task-level details and file output.
Use when you need to summarize active and recently completed Asana project work into a clear project update comment with blockers and next steps.
| name | feature-rollout-qa-testing |
| description | Use when a feature is being built or rolled out and a detailed QA test script with edge cases and expected outcomes is needed. |
Generate a rollout-ready QA test script for each feature, including edge cases and explicit expected outcomes.
Always ask for feature context before producing the script.
/tests at the project root.YYYY-MM-DD_<feature-slug>_test-script.md.Collect these before writing the script:
dev, staging, production, phased)If any item is missing, ask targeted follow-up questions first.
Include edge cases for:
Create /tests/YYYY-MM-DD_<feature-slug>_test-script.md with:
Use this per test case:
### TC-<id>: <scenario title>
- **Type:** Happy path | Edge case | Negative
- **Priority:** High | Medium | Low
- **Preconditions:** ...
- **Steps:**
1. ...
2. ...
- **Expected outcome:** ...
- **Notes:** ...
Every test case must include a concrete expected outcome.
/tests with required filename format