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.
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 -yPersonal 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 -yProject 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 -yPersonal 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 -yProject 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 -yPersonal 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 -yProject 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 -yPersonal 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 -yProject 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 -yPersonal 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 -yNative Gemini CLI
gemini skills install https://github.com/AdvancingTitans/agent-engineering-toolkit.git --scope workspace --path tests/fixtures/valid_project/skills/release-check⚠ 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).