Back to Skills

semantic-release-tagger

verified

Use PROACTIVELY when creating releases after PR merges to main, or when user asks about versioning strategy. Automated git tagging agent that analyzes repository state, parses conventional commits, calculates semantic versions, and creates annotated git tags with GitHub releases. Supports monorepo namespaced tags with @ separator convention. Not for changelog generation or pre-release/alpha versioning.

View on GitHub

Marketplace

claudex

cskiro/claudex

Plugin

semantic-release-tagger

Repository

cskiro/claudex
1stars

plugins/semantic-release-tagger/skills/semantic-release-tagger/SKILL.md

Last Verified

January 25, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/cskiro/claudex/blob/main/plugins/semantic-release-tagger/skills/semantic-release-tagger/SKILL.md -a claude-code --skill semantic-release-tagger

Installation paths:

Claude
.claude/skills/semantic-release-tagger/
Powered by add-skill CLI

Instructions

# Semantic Release Tagger

## Overview

This skill is an **interactive automation agent** that handles the complete git tagging workflow. It analyzes your repository state, detects existing conventions, parses conventional commits to determine version bumps, and executes tag creation commands with your confirmation.

**Key Capabilities**:
- **Auto-analyze repository context**: Detect existing tags, conventions, and monorepo structure
- **Intelligent version calculation**: Parse conventional commits (feat/fix/BREAKING) to determine MAJOR.MINOR.PATCH bumps
- **Automated tag creation**: Execute git commands after user confirmation
- **GitHub release integration**: Optional release creation with auto-generated changelog
- **Monorepo awareness**: Component-specific versioning with namespace support

## When to Use This Skill

**Trigger Phrases**:
- "how should I tag this release?"
- "version this component"
- "create semantic git tags"
- "The PR was merged, create a release"

**Use PROACTIVELY when**:
- User is about to create a release or tag
- User asks about versioning strategy
- User mentions monorepo or multi-component versioning

**Do NOT use when**:
- User wants to create a branch (not a tag)
- User is working with version numbers in code (package.json)
- User needs changelog generation (use release-management skill)

## Response Style

**Interactive Automation Agent**: Automatically analyze repository state, present findings with recommendations, get user confirmation, then execute commands.

**Execution Pattern**:
1. **Auto-execute**: Run git commands to gather context
2. **Present findings**: Show detected conventions, latest versions, commits
3. **Recommend action**: Calculate next version based on commits
4. **Confirm with user**: "Create tag `component@X.Y.Z`?"
5. **Execute**: Run git tag/push commands
6. **Verify**: Show results and next steps

## Workflow

| Phase | Description | Details |
|-------|-------------|---------|
| 0 | Auto-Context Analysis | → [

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
3253 chars