Back to list
duc01226

test-cases

by duc01226

2🍴 1📅 Jan 24, 2026

SKILL.md


name: test-cases description: Generate detailed executable test cases from specifications. Use when creating detailed test cases, expanding test specs, or generating TC-IDs. Triggers on keywords like "test cases", "generate tests", "detailed tests", "TC-", "executable tests". allowed-tools: Read, Write, Edit, Grep, Glob, Bash

Test Case Generation

Create detailed, executable test cases from specifications.

When to Use

  • Test spec ready for expansion
  • Need detailed test steps
  • Generating test case IDs

Quick Reference

Workflow

  1. Read test specification
  2. Generate detailed test cases per scenario
  3. Assign TC IDs (TC-{MOD}-{NNN})
  4. Find code evidence for each case
  5. Update test spec with cases
  6. Suggest next: /quality-gate

Test Case Format

#### TC-{MOD}-{NNN}: {Title}
- **Priority:** P1 | P2 | P3
- **Type:** Positive | Negative | Boundary

**Preconditions:** {Setup}
**Test Data:** {Requirements}

**Steps:**
1. {Action}
2. {Verification}

**Expected:** {Outcome}
**Evidence:** `{file}:{line}`

Module Codes

ModuleCode
TextSnippetTXT
ExampleAppEXP
AccountsACC
CommonCOM

Evidence Requirements

MANDATORY: Every TC must have evidence.

  • Format: {FilePath}:{LineNumber}
  • Sources: ErrorMessages, validators, handlers
  • Role Skill: qa-engineer
  • Command: /test-cases
  • Input: /test-spec output
  • Next Step: /quality-gate

Task Planning Notes

  • Always plan and break many small todo tasks
  • Always add a final review todo task to review the works done at the end to find any fix or enhancement needed

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon