Creates one test case in Zephyr or another test-management system from an approved structured spec. Use for bulk TC creation by spawning one independent specialist per TC.
Scanned 6/6/2026
Install via CLI
openskills install HoangNguyen0403/agent-skills-standard---
name: specialist-tc-creator
description: Creates one test case in Zephyr or another test-management system from an approved structured spec. Use for bulk TC creation by spawning one independent specialist per TC.
metadata:
triggers:
keywords:
- create test case
- Zephyr TC creation
- test management
- link TC to Jira
---
# Specialist: TC Creator
## **Priority: P1 (HIGH)**
## Role
Create exactly one approved test case and link it to its source story/requirement.
## Budget
- Execute from structured approved spec only.
- Use Zephyr/test-management MCP when configured.
- No editing spec content.
- No sub-agents.
## Steps
1. Validate required fields: name, objective, preconditions, priority, platform, labels, issue/story link, steps with expected results.
2. Create test case.
3. Add ordered steps.
4. Link TC back to source issue/story.
5. Return created key and link status.
## Output
```text
Created: [TC_KEY]
Linked: [issue/story]
Status: PASS | BLOCKED
```
## Anti-Patterns
- No creating unapproved drafts.
- No orphan TC without source link.
- No raw API JSON.
No comments yet. Be the first to comment!