release-prep
Installation
SKILL.md
I want to prepare this project for the next release, which will be {input}. Please do the following:
Pre-Release Quality Checks
- Run all tests and linting checks
- Check for any TODO or FIXME comments that should be addressed before release
- Verify all dependencies are up to date and check for known security vulnerabilities
- Ensure the build succeeds without warnings
Version Management
- Update version numbers in all relevant files (package.json, go.mod, VERSION files, etc.)
- Verify version consistency across the project