release

Increment version tags and create GitHub Releases for xp-harness.

9|Updated May 11, 2026
One-click install
npx skills add https://github.com/sei-newbear/xp-harness --skill release-sei-newbear
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/sei-newbear/xp-harness/tree/main/.claude/skills/release
Command: npx skills add https://github.com/sei-newbear/xp-harness --skill release-sei-newbear

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of releasing new versions of xp-harness, including version incrementing, changelog generation, and GitHub Release creation, saving time and ensuring consistency in release management.

Core Features & Use Cases

  • Version Management: Increment version numbers according to change scope (patch, minor, major).
  • Changelog Generation: Creates detailed release notes, categorized for user and developer information.
  • GitHub Release Automation: Automates tag creation and release page setup on GitHub.
  • Use Case: When developing xp-harness, this skill is triggered by the command "release" to manage the release process for new versions.

Quick Start

Trigger the release skill with the command: "release"

Frequently Asked Questions about release

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

FAQPage Schema
How do I automate GitHub Release creation and semantic versioning for my repository?

This Skill automates version tagging and GitHub Release creation by incrementing semantic versions, generating categorized changelogs, and integrating with git and GitHub Actions workflows.

What is the best way to generate a changelog and increment a version tag for a new release?

Generating a changelog and incrementing a version tag involves categorizing release notes for developer and user information, then applying the correct semantic version bump based on the scope of changes.

Can I use this automated versioning Skill with my existing GitHub Actions workflow?

Yes, this Skill integrates with git and GitHub Actions to automate release workflows, enabling automated tag creation and release page setup directly within your existing CI/CD pipeline setup.

Does this release management Skill support both major and patch semantic version increments?

Yes, this release management Skill supports semantic versioning by handling version increments according to change scope, allowing you to apply patch, minor, or major version bumps as needed.

Why should I use an automated release workflow instead of manually creating GitHub tags and releases?

Using an automated release workflow ensures consistency in release management and saves time by streamlining version incrementing, changelog generation, and GitHub Release page creation without manual intervention.