skilly. Buy ad slot
All skills
Community / AGENT SKILL

release-check

Prepare code for merge or release with verification, docs, environment, and deployment checks.

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

# Release Check

## Workflow

1. Confirm scope and unresolved work.
2. Review relevant lint, typecheck, test, build, and e2e commands from project docs.
3. Check docs, changelog, environment variables, deployment notes, and generated files.
4. Confirm no secrets, large generated outputs, or unrelated local files are included.
5. 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.