release-orchestrator

Orchestrate Clawperator prerelease flows with version bumps, changelog checks, and release verification.

2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/clawperator/clawperator --skill release-orchestrator-clawperator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-orchestrator
Source: https://github.com/clawperator/clawperator/tree/main/.agents/skills/release-orchestrator
Command: npx skills add https://github.com/clawperator/clawperator --skill release-orchestrator-clawperator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates the full Clawperator release flow from an optional unreleased code-version bump through release creation, release verification, published-version updates, and the next code-version bump. Use when you need to run or resume the complete release workflow end to end and keep prerelease-stage versions in the 0.x.y series.

Core Features & Use Cases

  • End-to-end release orchestration with versioning discipline, changelog checks, and post-release updates.
  • Guardrails: ensure CHANGELOG entries exist before tagging and validate release steps.
  • Use Case: manage the lifecycle of a release from initial bump to post-release code bump.

Quick Start

Invoke the release-orchestrator to run the complete end-to-end release workflow for a 0.x.y prerelease, including version bumps, changelog checks, and post-release updates.

Frequently Asked Questions about release-orchestrator

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

FAQPage Schema
How do I automate end-to-end release workflows with changelog validation and version bumping?

End-to-end release orchestration automates the full workflow from unreleased code version bumps through creation and verification. It enforces changelog checks before tagging and applies guardrails around 0.x.y prerelease versions to ensure deterministic, validated releases.

Can I resume an incomplete release process if version bumping or verification fails midway?

Yes, you can resume the complete release workflow end to end. The orchestrator handles the lifecycle from initial version bump to post-release code bump, allowing you to run or resume the process while maintaining versioning discipline and safety checks.

What are the guardrails for managing 0.x.y prerelease versions during a release?

Guardrails for 0.x.y prerelease versions enforce deterministic commands and validation steps. They ensure a CHANGELOG entry exists before release tagging and validate each release step to prevent inconsistent prerelease lifecycle updates.

Why does my release workflow require a changelog entry before tagging a new version?

A changelog entry is required before tagging to enforce release safety and traceability. The orchestrator checks for CHANGELOG presence as a validation step, ensuring no release is tagged without documented changes for the target 0.x.y version.

Does the release orchestrator handle post-release version bumps automatically?

Yes, post-release version bumps are handled automatically. After creating and verifying the release, the orchestrator updates published versions and applies the next code-version bump to prepare the repository for future development.

What's the best way to orchestrate prerelease lifecycle scenarios without manual version checks?

Use an automated release orchestrator to manage prerelease lifecycle scenarios. It eliminates manual version checks by applying deterministic commands and guardrails around 0.x.y series, orchestrating tagging, changelog updates, and subsequent bumps.