skills/release-prep/SKILL.md
Prepare a release run checks, update changelog, verify docs, summarize notes.
npx skillsauth add rafaie/codex_home release-prepInstall 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.format: format, else uv run ruff format . --checklint: lint, else uv run ruff check .typecheck: typecheck, else uv run mypy srctest_full: test_full, else test, else uv run pytest -qsmoke: smoke, else uv run python scripts/smoke.py if presentspec/changelog.md.README.md is accurate.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.