release-procedures

Coordinate end-to-end release management with SemVer checks and platform constraints.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/seanspiesman/Agents-and-Workflows --skill release-procedures-seanspiesman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-procedures
Source: https://github.com/seanspiesman/Agents-and-Workflows/tree/main/custom-agents/skills/release-procedures
Command: npx skills add https://github.com/seanspiesman/Agents-and-Workflows --skill release-procedures-seanspiesman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Version management, release verification, and deployment procedures are often fragmented across teams, leading to inconsistent versions, failed deployments, and misaligned delivery plans.

Core Features & Use Cases

  • Versioning guidelines: SemVer guidance and version consistency checks across files and platforms.
  • Release workflow: A two-stage release flow with per-plan checks, approvals, tagging, and handoffs.
  • Platform constraints: Ensures packaging rules align with target platforms (VS Code, npm, PyPI).

Quick Start

Deploy a new release by following the standard two-stage workflow for a sample plan.

Frequently Asked Questions about release-procedures

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize release management and enforce SemVer across multiple teams?

Standardize release management by coordinating end-to-end workflows that apply SemVer guidance and version consistency checks across package.json, CHANGELOG.md, and release artifacts to prevent misaligned delivery plans.

What is the standard workflow for deploying a new software release?

The standard deployment workflow is a two-stage release flow featuring per-plan checks, approvals, version tagging, and team handoffs to ensure packaging rules align with target platforms before publishing.

How do I ensure version consistency across package.json, CHANGELOG.md, and platform artifacts?

Ensure version consistency by enforcing SemVer guidance and automated checks across package.json, CHANGELOG.md, and release artifacts, verifying that version numbers match before proceeding with deployment.

Can I use this release workflow for packaging VS Code extensions, npm packages, and PyPI projects?

Yes, the release workflow supports platform-specific constraints to ensure packaging rules align with target platforms including VS Code, npm, and PyPI, verifying artifacts before deployment.

Why do software deployments fail due to fragmented version management across teams?

Deployments fail when version management is fragmented, leading to inconsistent versions, failed release verification, and misaligned delivery plans across multiple teams during the handoff process.

What are the limitations of manual release verification for multi-team software projects?

Manual release verification lacks standardized version control and packaging checks, often causing inconsistent versions and failed deployments that an automated, end-to-end release procedure prevents.