skills/write-tests/SKILL.md
Add or improve tests based on a work item folder's acceptance criteria and test plan.
npx skillsauth add rafaie/codex_home write-testsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
AGENTS.md, codex.toml (if present), and the target work item folder spec/features/<work-id>-<slug>/.
feature.md.test-plan.md.spec/features/.test-plan.md has gaps.tests/.test_quick, else test, else uv run pytest -q).test-results.md with:
testing
Run quick/full checks consistently, include smoke, and summarize failures into actionable buckets.
testing
Create a work item test plan from acceptance criteria and add it to the work item docs.
development
Review a work item documentation folder for clarity, testability, and completeness before implementation.
testing
Run a real entrypoint smoke test, emit required artifacts, classify failures, and recommend the next action.