skill-tag

Installation
SKILL.md

Tag Skill (Direct Execution)

Direct execution skill for creating and pushing semantic version tags to trigger CI/CD deployment. This command is user-only - agents MUST NOT invoke it.

CRITICAL: Deployment timing is user-controlled. This command creates and pushes git tags which immediately trigger CI/CD deployment to production.

Command Syntax

/tag [--patch|--minor|--major] [--force] [--dry-run]
Flag Description
--patch Increment patch version (default): v0.2.3 -> v0.2.4
--minor Increment minor version, reset patch: v0.2.3 -> v0.3.0
--major Increment major version, reset minor and patch: v0.2.3 -> v1.0.0
--force Skip confirmation prompt
--dry-run Show what would be done without executing
Related skills
Installs
2
GitHub Stars
437
First Seen
Mar 23, 2026