# Test Checklist

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

- Skill: `zeroz-lab/test-checklist` (Agent Skill)
- Install (CLI): `npx skillmds@latest add zeroz-lab/test-checklist`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zeroz-lab/test-checklist/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: zeroz-lab (https://skillmd.com/u/zeroz-lab)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zeroz-lab/test-checklist

---


# 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.

