skills/test-runner/SKILL.md
Run quick/full checks consistently, include smoke, and summarize failures into actionable buckets.
npx skillsauth add rafaie/codex_home test-runnerInstall 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.
codex.toml (if present) for canonical commands.codex.toml, otherwise defaults):
uv run ruff format . --checkuv run ruff check .uv run mypy src[commands].docstringstest_quick, else test, else uv run pytest -qtest_full, else test, else uv run pytest -qsmoke, else uv run python scripts/smoke.py if present[commands].docstrings is configured and the work item changes Python APIstest_quick fallback chain)[commands].docstrings is configuredtest_full fallback chain)ship-feature.debug-loop.failure-triage.flaky-test-hunter.testing
Add or improve tests based on a work item folder's acceptance criteria and test plan.
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.