Use this skill when the user wants to use git-semver — Git semantic versioning CLI — calculate next version from git tags and commits.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-f71ff440)More formats (shields.io, HTML) on the badges page.
---
name: git-semver
description: Use this skill when the user wants to use git-semver — Git semantic versioning CLI — calculate next version from git tags and commits.
---
# git-semver Plugin
Git semantic versioning CLI — calculate next version from git tags and commits
## Commands
- `git-semver self version` — Print git-semver version
- `git-semver _ _` — Passthrough to git-semver CLI
## Usage Examples
- `git-semver self version` — Check installed version
- `git-semver _ _ --help` — Show git-semver help
- `git-semver _ _ --json` — JSON output mode
## Installation
```bash
go install github.com/git-semver/git-semver@latest
```
## Key Features
- git, semver, golang, versioning
- Non-interactive CLI with JSON output support
- Pipeline-ready for automation
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!