·commit-message
</>

commit-message

jiatastic/open-python-skills

git の変更を分析し、従来のコミット メッセージを生成します。複数の無関係な変更のバッチコミットをサポートします。次の場合に使用します: (1) git コミットを作成する、(2) 段階的な変更をレビューする、(3) 大きな変更セットを論理コミットに分割する。

9インストール·0トレンド·@jiatastic

インストール

$npx skills add https://github.com/jiatastic/open-python-skills --skill commit-message

SKILL.md

Analyze git changes and generate context-aware commit messages following Conventional Commits.

| --analyze | Show all changed files with status and categories | | --batch | Suggest how to split changes into multiple commits | | --generate [pattern] | Generate commit message for matching files | | --staged | Only analyze staged changes (default: all changes) |

| feat | New feature | feat(api): add user authentication | | fix | Bug fix | fix(db): resolve connection timeout | | refactor | Code restructuring | refactor(utils): simplify helper functions | | docs | Documentation | docs: update README | | test | Tests | test(api): add user endpoint tests | | chore | Maintenance | chore: update dependencies |

git の変更を分析し、従来のコミット メッセージを生成します。複数の無関係な変更のバッチコミットをサポートします。次の場合に使用します: (1) git コミットを作成する、(2) 段階的な変更をレビューする、(3) 大きな変更セットを論理コミットに分割する。 ソース: jiatastic/open-python-skills。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/jiatastic/open-python-skills --skill commit-message
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

commit-message とは?

git の変更を分析し、従来のコミット メッセージを生成します。複数の無関係な変更のバッチコミットをサポートします。次の場合に使用します: (1) git コミットを作成する、(2) 段階的な変更をレビューする、(3) 大きな変更セットを論理コミットに分割する。 ソース: jiatastic/open-python-skills。

commit-message のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/jiatastic/open-python-skills --skill commit-message インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/jiatastic/open-python-skills