skills/ship-feature/SKILL.md
Execute the endgame path for one work item: full checks, smoke evidence, ADR/docs/index updates, and release-readiness summary.
npx skillsauth add rafaie/codex_home ship-featureInstall 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.
spec/features/<work-id>-<slug>/.
<work-id> must use S-<stream>-<nnn> (example: S-core-001) for new work.spec/features/.feature.md has acceptance criteriatest-plan.md exists and has planned coveragetest-plan.md has a smoke plan (scenario + fixture + pass/fail mode + artifact expectation)status.md has owner/status/next actiontest-runner in full mode.
test-runner full mode owns the smoke execution for this flow.smoke-test a second time unless the full-mode smoke artifact is missing, stale, or explicitly invalid.test-runner.
summary.json, cases/<case_id>.json, stdout.txt, stderr.txt, timing.json.adr-review when architecture/design decisions changed or the spec indicates ADR is required.docs-update when user-facing behavior changed.docs-index-refresh to keep spec navigation current.test-results.md: full checks, smoke outcome, failures/fixesimplementation.md: commands run and implementation summarystatus.md: final status and remaining TODOsSmoke artifacts: <path>Smoke summary: <brief>Key metrics: latency/error bucketsReady to ship only when all required checks passed.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.
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.