test-case-management

仓库创建 2026年3月24日最近提交 1 个月前SkillHot 收录 2 天前
▸ 精选理由

把用户故事快速转为可重复、可审计的测试套件,降低维护成本。

▸ 风险提示

需要第三方测试管理平台访问权限,涉及凭证与权限管理。

这个 Skill 做什么

在 TestRail/Xray/Zephyr/Qase 中编写并组织确定性的手动与混合测试用例。

把模糊的手工测试变成可复现、可导入到 TestRail/Xray/Zephyr/Qase 的确定性用例,覆盖标题、前置条件、步骤、预期结果和测试数据。会在从用户故事批量生成用例、做步骤 lint、以及输出各工具所需的 CSV/API payload 时特别有用。能保证可追溯性、指出覆盖缺口并判断哪些用例应当自动化,减少因歧义导致的漏测。

▸ 展开 SKILL.md 英文原文

Author and maintain MANUAL and hybrid test cases and suites in TestRail, Xray (Jira), Zephyr Scale, and Qase. Covers test-case anatomy (title, preconditions, steps, expected results, test data), suite/section organization, bulk authoring from user stories and acceptance criteria, ambiguous-step linting, CSV/API import-export payloads per tool, requirement traceability and coverage gaps, review hygiene, and when a manual case should graduate to automation. Use when: "write a test case," "manual test case," "TestRail case," "Xray test," "Zephyr Scale case," "Qase case," "import CSV into TestRail," "lint these steps," "traceability report," "should this be automated." Not for: Generating automated TEST CODE — that is ai-test-generation. Sprint-level WHAT-to-test selection — that is test-planning. Related: ai-test-generation, test-planning, exploratory-testing, qa-project-context.

开发编程测试用例TestRail用例组织通用
47
Stars
10
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/petrkindlmann/qa-skills/main/skills/test-case-management/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/petrkindlmann/qa-skills/main/skills/test-case-management/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
<objective>
A manual test case that says "test the login" with expected result "verify it works" passes
every review and catches nothing — two testers run it differently and neither can say whether
it failed. This skill produces deterministic cases (discrete steps, one observable expected
result each, concrete test data), organizes them into navigable suites, and emits the
tool-correct API/CSV payloads for TestRail, Xray Cloud, Zephyr Scale, and Qase — whose
look-alike APIs use different auth schemes, endpoints, and step-field names that agents
routinely cross-wire.
</objective>

## Quick Route

| Request | Go to |
|---------|-------|
| Write one well-formed case from an AC | [Test-Case Anat
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有