archon-release

Automate release management by comparing branches, generating changelogs, bumping versions, and creating PRs.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/zillafan80-Maxzilla/claw-code-ubuntu-desktopUI --skill archon-release
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: archon-release
Source: https://github.com/zillafan80-Maxzilla/claw-code-ubuntu-desktopUI/tree/main/payload/claw-code/.claw/skills/archon-release
Command: npx skills add https://github.com/zillafan80-Maxzilla/claw-code-ubuntu-desktopUI --skill archon-release

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates release management by comparing dev to main, generating changelog entries from commits, bumping the version, and creating a PR.

Core Features & Use Cases

  • Automates release planning with patch/minor/major bumps
  • Generates changelogs from commits and syncs version metadata
  • Creates a PR to merge the release into main and ensures downstream updates (e.g., Homebrew formula)

Quick Start

Trigger a release from dev to main by generating changelog entries, bumping the version, and creating a PR.

Frequently Asked Questions about archon-release

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

FAQPage Schema
How do I automate version bumping and changelog generation from dev to main?

To automate release creation, this Skill compares dev to main, generates changelog entries from commits, applies a patch/minor/major version bump, and creates a PR to merge the release into main.

How does automated changelog generation work from git commits?

Automated changelog generation works by comparing the dev and main branches, extracting commit messages between them, and compiling those commits into structured release notes for the new version's PR.

Can I use automated release management with Python, Rust, and npm projects?

Yes, automated release management detects your project stack, such as Python, Rust, or npm, coordinates version increments, updates manifest files, and refreshes lockfiles as needed for the detected environment.

Does automated version bumping support Homebrew formula updates?

Yes, the automated version bumping process ensures downstream updates by syncing version metadata and refreshing associated tap or Homebrew formula files when a release is created from dev to main.

What is the best way to plan patch, minor, and major version bumps in CI/CD?

The best way to plan version bumps in CI/CD is to trigger an automated release workflow that evaluates dev against main, selects the appropriate bump level, and updates manifests and lockfiles before opening a PR.

Why do my lockfiles and manifest files need updating during a release?

Lockfiles and manifest files need updating during a release to ensure the project's declared dependencies and version metadata remain synchronized after the version bump is applied to the main branch.