
Release Prep
- 29 installs
- 80 repo stars
- Updated July 29, 2026
- cartridge-gg/controller
Prepare the repository for a release by running full tests, a clean build, and verifying changelog and version numbers.
About
Prepares the Cartridge Controller repository for a new release by running tests, storybook regression, clean builds, and changelog and version checks. A developer uses it before creating a release PR.
- Runs full test suite, clean build, and changelog/version checks
- Prepares the repo before creating a release PR
Release Prep by the numbers
- 29 all-time installs (skills.sh)
- Ranked #154 of 248 Release Management skills by installs in the Skillselion catalog
- Data as of Jul 30, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cartridge-gg/controller --skill release-prepAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 29 |
|---|---|
| repo stars | ★ 80 |
| Last updated | July 29, 2026 |
| Repository | cartridge-gg/controller ↗ |
What it does
Prepare the repository for a release by running full tests, a clean build, and verifying changelog and version numbers.
Files
Release Preparation Skill
Prepare repository for a new release.
Usage
Use before creating a release PR to ensure everything is ready.
Steps
1. Ensure working directory is clean (git status) 2. Run full test suite:
pnpm testfor unit testspnpm test:storybookfor visual regressionpnpm lintfor code quality
3. Run clean build: pnpm clean && pnpm i && pnpm build 4. Verify all packages build successfully 5. Check CHANGELOG.md is up to date 6. Review version numbers in package.json files 7. Test example applications work correctly
Release Workflow
- Project uses GitHub Actions for automated releases
- Releases triggered by merging PRs from
prepare-releaseorprepare-prereleasebranches - Manual workflow dispatch available via
.github/workflows/release-dispatch.yml - Publishes to npm with appropriate tags
Notes
- Current version: 0.12.0
- Follows conventional commit messages
- Automated changelog generation
- Linear MCP integration for issue tracking