skills/test-plan/SKILL.md
Create a work item test plan from acceptance criteria and add it to the work item docs.
npx skillsauth add rafaie/codex_home test-planInstall 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>/.
<work-id> must use S-<stream>-<nnn> (example: S-core-001) for new work.spec/features/.feature.md (or the legacy single-file spec).test-plan.md with:
artifacts/smoke/...)write-tests.
Next recommended skill:Run $write-tests <work-id> to implement the planned unit/integration/edge-case tests.<work-id> with the real ID from the target folder (example: S-core-001).testing
Add or improve tests based on a work item folder's acceptance criteria and test plan.
testing
Run quick/full checks consistently, include smoke, and summarize failures into actionable buckets.
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.