agentsclimarketplace

Skill release management

Skill saitarrun/sdlc-ai-workflow/skills/skill-release-management

Release planning and scheduling, semantic versioning (semver), rollout strategies (canary, blue-green, gradual), changelog generation, rollback procedures, production validation. Use when planning releases, creating rollout strategies, or managing version bumps.From its SKILL.md

Install
npx -y skills add saitarrun/sdlc-ai-workflow --skill skill-release-management

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.7 KB, 435 tokens by cl100k_base, as published. Nobody here has run it

Skill: Release Management

Plan releases. Roll out safely. Roll back fast.

Semantic Versioning

  • MAJOR.MINOR.PATCH (e.g., 2.1.3)
  • MAJOR: Breaking changes (2.0.0)
  • MINOR: New features, backward-compatible (1.5.0)
  • PATCH: Bug fixes (1.4.2)

Rollout Strategy

Stage 1: Canary (5%, monitor 30 min)

  • If good → proceed
  • If bad → rollback immediately

Stage 2: Gradual (25% → 50% → 75%, each 1 hour)

  • Monitor: Error rate < 0.1%, latency stable
  • If any stage fails → rollback

Stage 3: Full (100%, monitor 4 hours)

  • On-call team watches

Pre-Release Checklist

  • All tests pass
  • No linting/type errors
  • Performance: no regressions
  • Security: scan passed
  • Accessibility: WCAG AA
  • Documentation updated
  • Release notes written
  • Rollback tested in staging
  • Monitoring configured
  • On-call briefed

Release Notes

## v2.1.0 — [Date]

### ✨ New
- Feature 1
- Feature 2

### 🐛 Fixed
- Bug 1

### ⚠️ Breaking
- Change 1 (migration guide)

### 📊 Timeline
- 10:00 UTC: Canary (5%)
- 10:30 UTC: Gradual (25%)
- 11:30 UTC: Full (100%)

Rollback

< 5 minutes:

  1. Detect issue
  2. Declare rollback
  3. Execute (tested before)
  4. Verify (health checks)
  5. Post-mortem

Status: Ready for release work
Best for: Release planning, rollout, versioning

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.