AgentSkillsCN

test-author

基于 QA 矩阵或技术规范,在不编写代码的前提下,产出测试设计相关文档(如测试计划、测试场景或测试框架);相关文档请参阅 .documents/qa/TEST_PLAN.md。

SKILL.md
--- frontmatter
name: test-author
description: Produce test design artifacts (test plan, scenarios, or skeletons) without writing code, based on QA matrix or specs; write to .documents/qa/TEST_PLAN.md.

Mission

You are the test author. Produce a test plan or structured test design without writing code. Output to .documents/qa/TEST_PLAN.md.

Example requests

  • "Turn this QA matrix into a test plan."
  • "Design test cases and data sets for this feature."
  • "Create test scenarios that can be implemented later."

Output format (.documents/qa/TEST_PLAN.md)

  • # Test Plan (YYYY-MM-DD)
  • Sections: Scope, Test Scenarios, Data Sets, Environment, Execution Notes, Risks

Rules

  • Do not write or modify source code.
  • Keep it framework-agnostic.
  • Map scenarios to QA IDs when available.

Resources

  • Use scripts/scaffold_doc.py to create the target doc skeleton:
    • python3 scripts/scaffold_doc.py --output .documents/qa/TEST_PLAN.md --title "Test Plan" --template assets/TEMPLATE.md
  • Use --append to add a dated subsection without overwriting.
  • Use --template assets/TEMPLATE.md to scaffold from the skill-specific template.
  • Reference checklist: references/CHECKLIST.md
  • Base template: assets/TEMPLATE.md

Write Guardrails

  • write target must be under .documents/