prepare-package-release

Installation
SKILL.md

Prepare Package Release

When To Use

Use this skill before tagging a package version.

Workflow

  1. Inspect the latest tags, changelog, composer metadata, and branch status.
  2. Confirm the next version follows semantic versioning.
  3. Run formatting, tests, static analysis, and package-specific validators.
  4. Move relevant changelog entries from Unreleased into the release version and date.
  5. Commit release metadata separately when appropriate.
  6. Create an annotated or lightweight tag matching the repository convention.
  7. Push main and the tag.
  8. Check GitHub Actions for the release commit and tag.
  9. Draft release notes from the changelog.

Verification

Installs
1
GitHub Stars
1
First Seen
Jul 26, 2026
prepare-package-release — alizharb/agent-skills