specialist-tc-creator

$npx mdskill add HoangNguyen0403/agent-skills-standard/specialist-tc-creator

Create exactly one approved test case and link it to its source story/requirement.

SKILL.md
.github/skills/specialist-tc-creatorView on GitHub ↗
---
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.
More from HoangNguyen0403/agent-skills-standard