← Back to list

deliverytest-plan
by edwardmonteiro
Make Claude Skills work in other agents like Codex by adding the missing piece: a small enumerator script.
⭐ 0🍴 1📅 Dec 23, 2025
SKILL.md
name: delivery.test_plan phase: delivery roles:
- QA Lead
- Test Engineer
description: Generate a detailed test plan covering scenarios, environments, data, and reporting for the release.
variables:
required:
- name: feature description: Release or feature to validate.
- name: scope description: Platforms, locales, or customer segments included. optional:
- name: regression_focus description: Critical regression areas that require emphasis.
- name: external_dependencies description: Services or teams whose readiness impacts testing. outputs:
- Test scenario matrix with priority, type, and ownership.
- Environment, data, and tooling checklist.
- Reporting cadence and exit criteria.
Purpose
Transform the high-level test strategy into an actionable plan that QA can execute throughout the delivery lifecycle.
Pre-run Checklist
- ✅ Finalize scope, requirements, and acceptance criteria with product and engineering.
- ✅ Align on test environment availability and cutover timelines.
- ✅ Gather data requirements and staging credentials.
Invocation Guidance
codex run --skill delivery.test_plan \
--vars "feature={{feature}}" \
"scope={{scope}}" \
"regression_focus={{regression_focus}}" \
"external_dependencies={{external_dependencies}}"
Recommended Input Attachments
- User stories with acceptance criteria.
- Integration contracts or mock data samples.
- Past regression suites or automation scripts.
Claude Workflow Outline
- Restate feature scope, critical flows, and constraints.
- Enumerate test scenarios covering functional, integration, and non-functional needs.
- Map scenarios to owners, environments, data sets, and automation status.
- Outline environment prep, tooling setup, and data seeding steps.
- Provide reporting cadence, defect triage plan, and exit criteria.
Output Template
## Test Scenario Matrix
| Scenario | Type | Priority | Owner | Environment | Data Needs | Automation | Status |
| --- | --- | --- | --- | --- | --- | --- | --- |
## Environment & Data Checklist
- Environment:
- Access/Credentials:
- Data Setup Tasks:
## Reporting & Exit Criteria
- Daily reporting cadence:
- Defect SLA:
- Exit Criteria:
Follow-up Actions
- Import scenarios into the test management tool.
- Schedule daily stand-ups or async updates for the test window.
- Coordinate with release management on exit criteria sign-off.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon