Agent skill
release-prep
Use when preparing a production release or release candidate - provides a checklist-driven workflow for validation, versioning, build optimization, documentation updates, and deployment readiness.
Install this agent skill to your Project
npx add-skill https://github.com/NickCrew/Claude-Cortex/tree/main/skills/release-prep
SKILL.md
Release Prep
Overview
Standardize release preparation with a safety-first checklist: validate quality and security, update versions and docs, build production artifacts, and prepare rollout/rollback plans.
When to Use
- Preparing a release candidate or production deploy
- Coordinating pre-release validation and documentation
- Ensuring versioning, changelog, and build steps are consistent
Avoid when:
- You only need a quick version bump or doc update
- The release process is owned by a separate automation pipeline
Quick Reference
| Task | Load reference |
|---|---|
| Release preparation | skills/release-prep/references/prepare-release.md |
Workflow
- Confirm release scope and version.
- Load the release preparation reference.
- Run pre-release validation (tests, security, performance).
- Update versions, changelog, and docs.
- Build production artifacts and validate.
- Produce deployment checklist and rollback plan.
Output
- Release readiness checklist
- Validation results and blockers
- Deployment plan with rollback steps
Common Mistakes
- Skipping security or performance checks
- Shipping without updating changelog or docs
- Building artifacts without validating environment parity
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
claude-consult
Consult Claude specialist agents during implementation for codebase understanding, pattern checking, security review, debugging help, and more. Use this skill whenever you're unsure about conventions, stuck on a failure, or need expert input before writing code. Does not replace the formal review gates in agent-loops — this is for mid-implementation consultation.
doc-quality-review
Assess documentation quality across readability, consistency, audience fit, and prose clarity. Produces a scored review with actionable findings. This skill should be used before releases, during doc reviews, or when documentation feels unclear or inconsistent.
event-driven-architecture
Event-driven architecture patterns with event sourcing, CQRS, and message-driven communication. Use when designing distributed systems, microservices communication, or systems requiring eventual consistency and scalability.
prompt-engineering
Optimize prompts for LLMs and AI systems with structured techniques, evaluation patterns, and synthetic test data generation. Use when building AI features, improving agent performance, or crafting system prompts.
compliance-audit
Regulatory compliance auditing across GDPR, HIPAA, PCI DSS, SOC 2, and ISO frameworks with automated evidence collection and gap analysis. Use when conducting compliance assessments, preparing for certifications, or implementing regulatory controls.
react-performance-optimization
React performance optimization patterns using memoization, code splitting, and efficient rendering strategies. Use when optimizing slow React applications, reducing bundle size, or improving user experience with large datasets.
Didn't find tool you were looking for?