← Back to list

version-analysis
by agentplexus
Autonomous release preparation six agent team for multi-language repositories. Release Agent validates code quality, generates changelogs, updates documentation, and manages the complete release lifecycle.
⭐ 1🍴 0📅 Jan 24, 2026
SKILL.md
name: version-analysis description: Analyzes git history to determine semantic version bumps based on conventional commits. Use when determining next version, analyzing recent changes, or reviewing commit history for release preparation. triggers: [version, semver, next version, version bump] dependencies: [git, schangelog]
Version Analysis
Analyzes git history to determine semantic version bumps based on conventional commits. Use when determining next version, analyzing recent changes, or reviewing commit history for release preparation.
Instructions
Analyze git history and conventional commits to determine appropriate semantic version bumps.
Process
- Get current version:
git describe --tags --abbrev=0 - Analyze commits:
schangelog parse-commits --since=<tag> - Apply semantic versioning rules:
- MAJOR: Breaking changes
- MINOR: New features (feat:)
- PATCH: Bug fixes (fix:)
Output Format
Current Version: vX.Y.Z
Commits Since Tag: N commits
Breakdown:
- Features (feat): M
- Fixes (fix): N
- Breaking Changes: P
Suggested Version: vA.B.C
Reasoning: Explanation
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon