skills/smoke-test/SKILL.md
Run a real entrypoint smoke test, emit required artifacts, classify failures, and recommend the next action.
npx skillsauth add rafaie/codex_home smoke-testInstall 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 and use [commands].smoke when present.uv run python scripts/smoke.py when scripts/smoke.py exists.config_error and report the missing command/script.--work-item <work-id> for scripts/smoke.py.--feature as a deprecated compatibility alias only.tests/fixtures/smoke/ when available.artifacts/smoke/<run-id>/ (or equivalent configured directory):
summary.jsoncases/<case_id>.jsonstdout.txtstderr.txttiming.json--record updates.work_item) when providedrequests_used, time_budget_exceeded, max request/time settings)config_error, fixture_error, auth, permission_error, network_error, timeout, rate_limit, quota_exceeded, provider_error, invalid_response, parse_error, schema_error, invariant_error, golden_mismatch, budget_exceeded, artifact_error, subprocess_error, internal_error0 pass10 config/fixture/auth/permission failure12 artifact failure20 subprocess failure22 network failure23 timeout24 rate limit25 quota exceeded26 provider error30 invalid/parse error40 schema validation failure41 invariants failure50 golden mismatch55 budget exceeded60 internal/unclassifieddebug-looptesting
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.
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.