openclaw-release-maintainer

Manage OpenClaw release lifecycle with version sync, changelog generation, and artifact validation.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/wangqianCAI/OBI --skill openclaw-release-maintainer-wangqiancai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-release-maintainer
Source: https://github.com/wangqianCAI/OBI/tree/main/.agents/skills/openclaw-release-maintainer
Command: npx skills add https://github.com/wangqianCAI/OBI --skill openclaw-release-maintainer-wangqiancai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automates the complex, multi-step release process for OpenClaw, ensuring consistency across versioning, changelogs, and multi-platform artifact distribution while minimizing human error.

Core Features & Use Cases

  • Release Guardrails: Enforces strict versioning, branch naming, and compatibility checks to prevent broken releases.
  • Automated Validation: Coordinates pre-publish smoke tests, Docker/Parallels verification, and QA-Lab integration to ensure stability.
  • Use Case: When preparing a new stable release, use this skill to automatically generate release notes from commit history, verify all version locations, and manage the promotion of npm dist-tags.

Quick Start

Use the openclaw-release-maintainer skill to initiate the preflight validation sequence for the upcoming release branch.

Frequently Asked Questions about openclaw-release-maintainer

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

FAQPage Schema
How do I automate npm registry publishing and macOS notarization for a multi-platform release?

You can automate multi-platform release validation by coordinating pre-publish smoke tests, Docker/Parallels verification, and QA-Lab integration gates to ensure artifact stability before promoting npm dist-tags.

How does automated changelog generation work from commit history during a release?

Automated changelog generation works by extracting commit history, enforcing strict versioning and compatibility checks, and compiling structured release notes to prevent broken releases during the promotion cycle.

Can I enforce strict versioning and branch naming checks before an npm dist-tag promotion?

Yes, you can enforce strict versioning and branch naming checks before npm dist-tag promotion by applying release guardrails that validate compatibility and prevent broken releases across the deployment pipeline.

What is the best way to run preflight validation for a release branch?

The best way to run preflight validation for a release branch is to initiate an automated sequence that coordinates smoke tests, Docker/Parallels verification, and QA-Lab gates to maintain high release integrity.

Do I need GitHub release workflows configured to manage end-to-end release lifecycle tasks?

Yes, you need GitHub release workflows configured to manage the end-to-end release lifecycle, as the process operates across GitHub workflows, npm publishing, and macOS notarization pipelines to coordinate multi-platform artifact validation.

Why does multi-platform artifact validation fail during automated QA-Lab verification?

Multi-platform artifact validation fails during automated QA-Lab verification when strict versioning, branch naming, or compatibility checks detect broken releases, halting the pre-publish smoke tests and preventing npm dist-tag promotion.