release-preparation

star 96

Steps to verify code quality and functionality before releasing.

ZPVIP By ZPVIP schedule Updated 1/28/2026

name: Release Preparation description: Steps to verify code quality and functionality before releasing.

Release Preparation

Running Tests

Run the test suite with:

bundle exec rspec

Code Quality Checks

After completing development work, run these commands in order:

1. RuboCop (Linting)

bundle exec rubocop -f github

Fix any style violations before committing. The -f github flag outputs in a format suitable for CI/GitHub Actions.

2. Security Audit (Dependencies)

Check for vulnerable gem versions.

bundle exec bundle audit check --update

If vulnerabilities are found, update the affected gems:

bundle update [gem_name]
Install via CLI
npx skills add https://github.com/ZPVIP/commitgpt --skill release-preparation
Repository Details
star Stars 96
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator