# Pre Release

> Run a series of pre-release checks on the repo.

- Skill: `mattpocock/pre-release` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mattpocock/pre-release`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mattpocock/pre-release/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: mattpocock (https://skillmd.com/u/mattpocock)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mattpocock/pre-release

---


Check all of the files in the `.changeset` directory.

For the changesets as a whole, check the following:

- Each changeset should be about a user-facing feature. Internal refactors or things that don't affect users should not be added as changesets.
- Related changes should be grouped under a single changeset.
- Changesets are user-facing, not maintainer-facing. They should not specify implementation details, or how a feature was made. They should only specify the user-facing change, and why it was made. Changesets !== commit messages.

Once done, commit your changes.

