スキル一覧に戻る
agentplexus

commit-classification

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日
GitHubで見るManusで実行

SKILL.md


name: commit-classification description: Classifies commits according to conventional commits specification and maps them to changelog categories. Use when categorizing changes for changelogs or understanding commit types. triggers: [classify, commit type, changelog category, conventional commit] dependencies: [git, schangelog]

Commit Classification

Classifies commits according to conventional commits specification and maps them to changelog categories. Use when categorizing changes for changelogs or understanding commit types.

Instructions

Classify git commits according to the Conventional Commits specification (v1.0.0).

Commit Types and Changelog Mapping

TypeChangelog Category
featAdded
fixFixed
docsDocumentation
refactorChanged
perfChanged
revertRemoved

Breaking Changes

Indicated by:

  • ! after type: feat!: remove API
  • BREAKING CHANGE: in footer

Classification Process

schangelog parse-commits --since=<tag>

Output Format

Commit: <hash>
Subject: <subject>
Type: <type>
Scope: <scope>
Breaking: yes/no
Category: <changelog category>

スコア

総合スコア

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

レビュー

💬

レビュー機能は近日公開予定です