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.
npx skills add a5c-ai/babysitter --skill semver-analyzer --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Overview
- Prerequisites
- Capabilities
- 1. Breaking Change Detection
- 2. Conventional Commit Analysis
- 3. Semantic Release Configuration
- 4. Version Consistency Validation
- 5. Changelog Generation
- 6. Version Bump Automation
- 7. CI/CD Integration
- MCP Server Integration
- Best Practices
- Process Integration
- Output Format
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.
