agentsclimarketplace

Commit

Skill feel-flow/agent-skills-examples/task/commit

『Agent Skills 実践ガイド』サンプルスキル集 — コピペで使えるSKILL.md 10種

Install
npx -y skills add feel-flow/agent-skills-examples --skill commit

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Conventional Commitsに従ったコミットを実行する。変更差分を分析し、適切なtype・スコープ・メッセージを生成する。

SKILL.md

1.4 KB, as published. Nobody here has run it

コミットスキル

実行手順

  1. git statusgit diff --staged で変更内容を確認する
  2. 変更がステージされていない場合、関連ファイルをステージする
  3. 変更内容を分析し、以下のルールに従ってコミットメッセージを生成する
  4. ユーザーに確認を取った上でコミットを実行する

コミットメッセージのルール

type の選択基準

type使用場面
feat新機能の追加
fixバグの修正
docsドキュメントのみの変更
refactor機能変更を伴わないコード修正
testテストの追加・修正
choreビルドやツールの設定変更

フォーマット

<type>: #<issue番号> <説明>
  • 説明は日本語で記述する
  • 50文字以内に収める
  • 末尾にピリオドをつけない
  • 命令形ではなく、変更内容の要約を書く

argument-hint の活用

-m オプションでメッセージを直接指定された場合は、そのメッセージを使用する。 指定がない場合は、差分から自動生成する。

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.