release

Automates a 6-phase software release workflow including CI checks and GitHub publishing.

8|1|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/pbuchman/intexuraos --skill release-pbuchman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/pbuchman/intexuraos/tree/main/.claude/skills/release
Command: npx skills add https://github.com/pbuchman/intexuraos --skill release-pbuchman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and templates (resource) components.

What problem does it solve?

This Skill automates and orchestrates the complex, multi-phase process of releasing new software versions, ensuring consistency and reducing manual errors.

Core Features & Use Cases

  • End-to-End Release Orchestration: Manages a 6-phase workflow from initial analysis to final deployment.
  • Automated Documentation: Updates service docs, READMEs, and website content.
  • CI/CD Integration: Enforces CI checks and automates tagging and GitHub releases.
  • Use Case: When preparing to launch a new version of your application, use this Skill to automatically analyze changes, update documentation, run tests, tag the release, and publish release notes.

Quick Start

Initiate the full release workflow by typing /release.

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate software release management and documentation updates?

Automate software release management by orchestrating a 6-phase workflow that updates documentation, refreshes RAG embeddings, applies semantic versioning, and creates GitHub releases. This ensures consistency and reduces manual errors across the entire deployment process.

What is the best way to integrate CI/CD gates into a versioning workflow?

Integrate CI/CD gates into a versioning workflow by enforcing CI checks during the release finalization phase. This ensures automated validation passes before semantic versioning tags are applied and the GitHub release is published.

Does this release orchestration tool work with GitHub Actions?

Yes, this release orchestration tool works with GitHub Actions to automate tagging and GitHub release creation. It manages the finalization phase by enforcing CI gates and publishing release notes directly through GitHub's platform.

Can I synchronize website content and README generation during a deployment?

Yes, you can synchronize website content and README generation during deployment. The workflow includes dedicated phases for high-level documentation updates, website improvements, and automated README generation to ensure all materials match the new release.

How to refresh RAG embeddings when launching a new application version?

Refresh RAG embeddings when launching a new application version by executing the service documentation phase of the release workflow. This phase automatically updates documentation and triggers RAG embedding refreshes to maintain search accuracy.

What are the limitations of using a 6-phase release workflow for CI/CD?

The 6-phase release workflow requires strict sequential execution from kickoff to finalization, meaning skipping phases like service documentation or CI gates is not supported. It is designed for comprehensive deployments rather than rapid, ad-hoc patch releases.