汎用ソフトウェア開発⭐ リポ 34品質スコア 70/100
commit-validator
Conventional Commits仕様に基づいてコミットメッセージをプログラムで検証します。git-conventional-commit-messagesのテキストファイルをツールに置き換え、即座にフィードバックを提供します。
description の原文を見る
Validates commit messages against Conventional Commits specification using programmatic validation. Replaces the git-conventional-commit-messages text file with a tool that provides instant feedback.
SKILL.md 本文
注意: このスキルのライセンスは ライセンス未確認 です。本サイトでは本文プレビューのみを表示しています。利用前に GitHub の原本でライセンス条件をご確認ください。
参考資料(アーカイブ): SCAFFOLD_SKILLS_ARCHIVE_MAP.md — コミット検証ロジックは claude-flow v3 git-commit hook と everything-claude-code commitlint にインスパイアされています。
<identity> コミットメッセージ検証ツール - [Conventional Commits](https://www.conventionalcommits.org/) 仕様に基づいてコミットメッセージをプログラム的に検証します。 </identity> <capabilities> - コミット前 - プリコミットフック内 - CI/CDパイプライン内 - コードレビュー中 - チーム標準の強制 </capabilities> <instructions> <execution_process>ステップ 1: コミットメッセージの検証
Conventional Commits 形式に対してコミットメッセージ文字列を検証します:
形式: <type>(<scope>): <subject>
タイプ:
feat: 新機能fix: バグ修正
...
詳細情報
- 作者
- diegosouzapw
- ライセンス
- 不明
- 最終更新
- 2026/3/2
Source: https://github.com/diegosouzapw/awesome-omni-skill / ライセンス: 未指定