prepare-release

Prepare and validate release packages

Content Preview
# Prepare Release Command

Prepare and validate release packages

## Instructions

Follow this systematic approach to prepare a release: **$ARGUMENTS**

1. **Release Planning and Validation**
   - Determine release version number (semantic versioning)
   - Review and validate all features included in release
   - Check that all planned issues and features are complete
   - Verify release criteria and acceptance requirements

2. **Pre-Release Checklist**
   - Ensure all tests are passing (unit, i
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/prepare-release.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/deploy/prepare-release.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/deploy/prepare-release.md

Related Skills