← スキル一覧に戻る

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📅 2026年1月24日
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
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です