zixun-github/ai-dlc · Archived

spec-test-suites

Use when 需要在 Spec Pack 的 verification 阶段生成或更新 `{FEATURE_DIR}/verification/suites.md`(测试套件),把用例组织成可执行集合并定义阻断规则与执行顺序。

First seen Jul 28, 2026

Installation

$ npx skills add zixun-github/ai-dlc --skill spec-test-suites

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from zixun-github/ai-dlc · top by installs.

npx skills add zixun-github/ai-dlc

Browse all from zixun-github/ai-dlc

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4
Default branch master
Open issues 1
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,060 B
  • docs SUMMARY.md 223 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 4 installs

SKILL.md

Spec 测试套件(V3:Suites)

usecase.md 里的用例编号组织成可执行集合(smoke / regression / targeted),并明确 执行顺序、依赖与阻断口径


输入与门禁(必须遵守)

REQUIRED SUB-SKILL:正在执行 spec-context 获取上下文,并在对话中回显 FEATURE_DIR=...(允许 (reuse))。

  • 必读项目级 memoryproject/memory/product.mdproject/memory/tech.mdproject/memory/glossary.md;读不到必须写 CONTEXT GAP
  • 输入依赖{FEATUREDIR}/verification/usecase.md{FEATUREDIR}/verification/test-plan.md 应已存在;缺失时必须写 CONTEXT GAP 并停止(避免凭空编排)。
  • 套件必须可定位:套件条目必须指向具体用例编号(禁止“覆盖登录流程”这类模糊描述)。

输出(落盘)

  • {FEATURE_DIR}/verification/suites.md

强制模板(必须遵守)

  • suites.md 必须按模板生成(不得自创结构/字段名):

- assets/suites_template.md

内容要求(最小结构)

suites.md 至少包含:

  • Smoke(冒烟)

- 阻断规则(与 test-plan.md 的准出标准一致) - 用例清单:TC-*

  • Regression(回归)

- 用例清单:TC-*(可分组)

  • Targeted(定向回归,如适用)

- 触发条件(impact-analysis / 风险清单 / 变更说明) - 用例清单:TC-*

  • 执行顺序与依赖(例如 smoke → targeted → regression)

DoD 自检(V3-DoD)

  • 套件中的每条目都能定位到具体 TC-* 编号
  • smoke 套件有明确“失败即阻断交付”的口径,且与 test-plan.md 一致
  • targeted 套件能追溯到影响面/风险来源(如有 requirements/solution.md#impact-analysis