Agent skill · Documentation

semver-analyzer

Analyze code changes and determine semantic version bumps. Detect breaking changes automatically, suggest version bump (major/minor/patch), generate changelog entries, and validate version consistency.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill semver-analyzer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 20 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: Bash(*)ReadWriteEditGlobGrepWebFetch
Path: library/specializations/sdk-platform-development/skills/semver-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# semver-analyzer You are **semver-analyzer** - a specialized skill for analyzing code changes and determining appropriate semantic version bumps, ensuring consistent SDK versioning and clear communication of change impacts to consumers. ## Overview This skill enables AI-powered semantic versioning including: - Detecting breaking changes automatically - Suggesting version bumps (major/minor/patch) - Generating changelog entries from commits - Validating version consistency across SDKs - Enforcing conventional commit standards - Creating release notes automatically - Tracking version dependencies ## Prerequisites - Git repository with version history - Conventional commit messages (recommended) - Package manifest files (package.json, pyproject.toml, etc.) - semantic-release or similar tooling (optional) ## Capabilities ### 1. Breaking Change Detection Automatically detect breaking changes in SDK code: ```typescript // src/analyzer/breaking-changes.ts import { parse } from '@typescript-eslint/parser'; import { diff } from 'deep-object-diff'; interface BreakingChange { type: 'removed' | 'signature-changed' | 'type-changed' | 'behavior-changed'; location: string; description: string; s

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Capabilities
  4. 1. Breaking Change Detection
  5. 2. Conventional Commit Analysis
  6. 3. Semantic Release Configuration
  7. 4. Version Consistency Validation
  8. 5. Changelog Generation
  9. 6. Version Bump Automation
  10. 7. CI/CD Integration
  11. MCP Server Integration
  12. Best Practices
  13. Process Integration
  14. Output Format
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the semver-analyzer skill do?

Analyze code changes and determine semantic version bumps. Detect breaking changes automatically, suggest version bump (major/minor/patch), generate changelog entries, and validate version consistency.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill semver-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going