test-checklist

star 1

Produce a test checklist from a feature description, bug report, or spec. Use when the user asks for test plan/测试清单/测试用例建议.

ZeroZ-lab By ZeroZ-lab schedule Updated 1/5/2026

name: test-checklist description: Produce a test checklist from a feature description, bug report, or spec. Use when the user asks for test plan/测试清单/测试用例建议.

Test Checklist

Workflow

  1. Identify key behaviors and edge cases.
  2. Group tests by level: unit, integration, regression.
  3. Include negative tests and error handling.
  4. Keep each item as a concrete, runnable scenario.

Output format

Unit tests:

  • ...

Integration tests:

  • ...

Regression tests:

  • ...

Negative tests:

  • ...

Notes

  • If scope is unclear, ask for missing inputs or files.
  • Do not assume test frameworks unless provided.
Install via CLI
npx skills add https://github.com/ZeroZ-lab/ai-hub --skill test-checklist
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator