- •Read project
AGENTS.md,codex.toml(if present), and the feature spec acceptance criteria. - •Propose a test matrix (unit/integration/edge cases).
- •Implement tests under
tests/. - •Run the project test command (from
codex.tomlif present; otherwiseuv run pytest -q). - •Update the feature spec Test plan section with what was added.
write-tests
依据功能规格的验收标准,新增或优化测试用例。
SKILL.md
--- frontmattername: write-tests description: Add or improve tests based on a feature spec's acceptance criteria.