RE
release-check
Prepare code for merge or release with verification, docs, environment, and deployment checks.
Install
mkdir -p .claude/skills/release-check-work-w-chrstnrpj && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15896" && unzip -o skill.zip -d .claude/skills/release-check-work-w-chrstnrpj && rm skill.zipInstalls to .claude/skills/release-check-work-w-chrstnrpj
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Prepare code for merge or release with verification, docs, environment, and deployment checks.94 charsno explicit “when” trigger
About this skill
Release Check
Workflow
- Confirm scope and unresolved work.
- Review relevant lint, typecheck, test, build, and e2e commands from project docs.
- Check docs, changelog, environment variables, deployment notes, and generated files.
- Confirm no secrets, large generated outputs, or unrelated local files are included.
- Summarize verification results and known risks.
Boundaries
- Do not deploy to production without approval.
- Do not claim checks passed unless they ran or were reviewed from reliable output.
- Do not include generated graph or snapshot outputs unless intentionally reviewed.
Output
- Relevant files or docs inspected.
- Work completed or plan produced.
- Tests or verification run or recommended.
- Docs updated or skipped with reason.
- Remaining risks, assumptions, and handoffs.