release

Automate changelog creation, version bumping, and release pull requests.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/pth-droid/LighthouseOCR --skill release-pth-droid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/pth-droid/LighthouseOCR/tree/main/Archon-dev/.claude/skills/release
Command: npx skills add https://github.com/pth-droid/LighthouseOCR --skill release-pth-droid

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of creating software releases by automating changelog generation, version bumping, and pull request creation.

Core Features & Use Cases

  • Automated Release Drafting: Generate changelog entries from commit history and update version files.
  • Release Workflow Management: Create pull requests for release and handle tagging and tagging synchronization.
  • Use Case: When releasing a new version of a software project, use this Skill to automatically prepare release notes, update relevant version files, and initiate the release pull request.

Quick Start

Ask the AI to prepare the next release by generating changelog entries from recent commits and updating version numbers accordingly.

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate changelog generation and version bumping for my software releases?

Automated release creation uses your commit history to generate changelog entries and update version files. This streamlines software release management by automatically preparing release notes and initiating the release pull request.

What is the best way to manage release workflows and tagging across multiple programming stacks?

Release workflow management handles tagging synchronization and pull request creation across multiple programming stacks. It facilitates end-to-end release management by supporting version control and release candidate generation for diverse software projects.

Do I need specific tools to automate release candidate generation and tagging?

Automated release candidate generation requires version files, git, and release tagging tools for seamless operation. These dependencies are necessary to facilitate version bumping and synchronize tags across your software project.

Can I draft a release pull request automatically from recent git commits?

Drafting a release pull request automatically from recent git commits is fully supported. The automation generates changelog entries from your commit history, updates relevant version numbers, and initiates the release workflow.

How does automated version bumping handle version files in a CI/CD pipeline?

Automated version bumping updates version files directly within your CI/CD pipeline by parsing commit history. It facilitates seamless release creation by ensuring version control and tagging synchronization are handled automatically.