Coding & Refactoringlow risk

release-check

Verify a release candidate before publishing it.

AdvancingTitans/agent-engineering-toolkit·tests/fixtures/valid_project/skills/release-check/SKILL.md
31/ 100Recommendation

Install this skill

Choose your coding agent and copy a project or personal installation command.

Pinned to the indexed commit
Project installation.agents/skills/release-check
npx skills add https://github.com/AdvancingTitans/agent-engineering-toolkit/tree/3dc01cf2df9b6376b73782a8b3af1e1dead16cc9/tests/fixtures/valid_project/skills/release-check -a codex -y
Personal installation~/.agents/skills/release-check
npx skills add https://github.com/AdvancingTitans/agent-engineering-toolkit/tree/3dc01cf2df9b6376b73782a8b3af1e1dead16cc9/tests/fixtures/valid_project/skills/release-check -a codex -g -y
Manual folder.agents/skills/release-checkOfficial docs ↗
Project installation.claude/skills/release-check
npx skills add https://github.com/AdvancingTitans/agent-engineering-toolkit/tree/3dc01cf2df9b6376b73782a8b3af1e1dead16cc9/tests/fixtures/valid_project/skills/release-check -a claude-code -y
Personal installation~/.claude/skills/release-check
npx skills add https://github.com/AdvancingTitans/agent-engineering-toolkit/tree/3dc01cf2df9b6376b73782a8b3af1e1dead16cc9/tests/fixtures/valid_project/skills/release-check -a claude-code -g -y
Manual folder.claude/skills/release-checkOfficial docs ↗
Project installation.agents/skills/release-check
npx skills add https://github.com/AdvancingTitans/agent-engineering-toolkit/tree/3dc01cf2df9b6376b73782a8b3af1e1dead16cc9/tests/fixtures/valid_project/skills/release-check -a github-copilot -y
Personal installation~/.copilot/skills/release-check
npx skills add https://github.com/AdvancingTitans/agent-engineering-toolkit/tree/3dc01cf2df9b6376b73782a8b3af1e1dead16cc9/tests/fixtures/valid_project/skills/release-check -a github-copilot -g -y
Manual folder.agents/skills/release-checkOfficial docs ↗
Project installation.agents/skills/release-check
npx skills add https://github.com/AdvancingTitans/agent-engineering-toolkit/tree/3dc01cf2df9b6376b73782a8b3af1e1dead16cc9/tests/fixtures/valid_project/skills/release-check -a cursor -y
Personal installation~/.cursor/skills/release-check
npx skills add https://github.com/AdvancingTitans/agent-engineering-toolkit/tree/3dc01cf2df9b6376b73782a8b3af1e1dead16cc9/tests/fixtures/valid_project/skills/release-check -a cursor -g -y
Manual folder.agents/skills/release-checkOfficial docs ↗
Project installation.agents/skills/release-check
npx skills add https://github.com/AdvancingTitans/agent-engineering-toolkit/tree/3dc01cf2df9b6376b73782a8b3af1e1dead16cc9/tests/fixtures/valid_project/skills/release-check -a gemini-cli -y
Personal installation~/.gemini/skills/release-check
npx skills add https://github.com/AdvancingTitans/agent-engineering-toolkit/tree/3dc01cf2df9b6376b73782a8b3af1e1dead16cc9/tests/fixtures/valid_project/skills/release-check -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/AdvancingTitans/agent-engineering-toolkit.git --scope workspace --path tests/fixtures/valid_project/skills/release-check
Manual folder.agents/skills/release-checkOfficial docs ↗
⚠ Installation uses the open-source skills CLI. Inspect the source and permissions before running the command.

Skill instructions

View source on GitHub ↗
# Release check

Run `python scripts/check_release.py` and inspect the exit status before saying
that the release is ready. Generated evidence is named `evidence_YYYYMMDD.json`.
See [the detailed procedure](references/checks.md).