·semver

Semantic versioning guidelines for software releases. Use when assigning version numbers, deciding between major/minor/patch bumps, managing unstable (0.x.x) software versions, evaluating breaking changes, or reviewing changelogs and release notes for correct semver compliance.

6Installs·0Trend·@stuckinforloop

Installation

$npx skills add https://github.com/stuckinforloop/harness --skill semver

How to Install semver

Quickly install semver AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/stuckinforloop/harness --skill semver
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: stuckinforloop/harness.

SKILL.md

View raw

| Change type | Bump | Reset | Example |

| Breaking change | Major | Minor and Patch to 0 | 1.14.10 -> 2.0.0 | | New feature or backwards-compatible behavior change | Minor | Patch to 0 | 1.14.10 -> 1.15.0 | | Bug fix or security fix (backwards-compatible) | Patch | Nothing | 1.14.10 -> 1.14.11 |

Reserve patch releases exclusively for fixes. Lack-of-feature is not a bug — use minor releases for those.

Semantic versioning guidelines for software releases. Use when assigning version numbers, deciding between major/minor/patch bumps, managing unstable (0.x.x) software versions, evaluating breaking changes, or reviewing changelogs and release notes for correct semver compliance. Source: stuckinforloop/harness.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/stuckinforloop/harness --skill semver
Category
>_Productivity
Verified
First Seen
2026-02-22
Updated
2026-03-11

Browse more skills from stuckinforloop/harness

Quick answers

What is semver?

Semantic versioning guidelines for software releases. Use when assigning version numbers, deciding between major/minor/patch bumps, managing unstable (0.x.x) software versions, evaluating breaking changes, or reviewing changelogs and release notes for correct semver compliance. Source: stuckinforloop/harness.

How do I install semver?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/stuckinforloop/harness --skill semver Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/stuckinforloop/harness

Details

Category
>_Productivity
Source
skills.sh
First Seen
2026-02-22