claw-release

Automate version bumps, tag creation, and release verification for Claw skills.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/pohlai88/AFENDA-NEXUS --skill claw-release-pohlai88
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claw-release
Source: https://github.com/pohlai88/AFENDA-NEXUS/tree/main/.agents/skills/claw-release
Command: npx skills add https://github.com/pohlai88/AFENDA-NEXUS --skill claw-release-pohlai88

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline and automate the end-to-end release process for Claw skills and catalog entries, reducing manual steps and human error.

Core Features & Use Cases

  • Automates version bumps, tag creation, and release verification across skill directories.
  • Keeps skill.json and SKILL.md frontmatter synchronized with release metadata.
  • Generates release artifacts and integrates with CI/CD workflows for internal catalogs.

Quick Start

Trigger the release workflow with the script by supplying the skill name and version, then monitor the automated checks.

Frequently Asked Questions about claw-release

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

FAQPage Schema
How do I automate release management for internal skill catalogs?

Automating release management for internal skill catalogs involves streamlining version bumps, tag creation, and release verification to reduce manual steps and human error across your skill directories.

Does the release automation validate semantic versioning and update metadata?

Yes, the release automation validates semver and synchronizes metadata by automatically updating both skill.json and SKILL.md frontmatter to match the designated release version.

How do I trigger an end-to-end skill release workflow?

You trigger the end-to-end skill release workflow by supplying the skill name and version to the release script, which then automatically executes checks and generates release artifacts.

Can I integrate this release process into my existing CI/CD pipelines?

Yes, you can integrate this release process into your CI/CD pipelines to automate tag creation and release verification for internal catalogs, ensuring consistent continuous delivery and deployment.

What is the best way to keep skill.json and SKILL.md frontmatter synchronized during a version bump?

The best way to keep skill.json and SKILL.md frontmatter synchronized during a version bump is using an automated release tool that validates semver and applies metadata updates directly.

Why should I use an automated tool for skill catalog releases instead of manual versioning?

Automated release management eliminates manual steps and human error by validating version bumps, creating tags, and verifying releases consistently across all internal skill directories.