genshijin-commit
Solid超圧縮コミットメッセージ生成。Conventional Commits形式で件名≤50文字、 「何を」より「なぜ」を重視。日本語・英語両対応。 「コミットメッセージ作って」「/commit」「/genshijin-commit」で起動。 ステージング変更時に自動起動候補。
Install
Quality Score: 86/100
Skill Content
Details
- Author
- InterfaceX-co-jp
- Repository
- InterfaceX-co-jp/genshijin
- Created
- 5 months ago
- Last Updated
- 3 weeks ago
- Language
- JavaScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
auto-commit-msg
Conventional Commits形式のコミットメッセージを生成する。 ユーザーが「コミット」「commit」「変更を保存」「git commit」等と言ったときに使用する。引数なしで最後の変更内容を自動検出する。
commit
Generate a Conventional Commits message from staged git changes and commit. Trigger when the user says: "commit", "コミット", "変更をコミット", "コミットメッセージを作って", "commit changes", or similar phrases requesting to create a git commit.
smart-commit
現在の git 差分を作業内容ごとに適切な単位で分割し、日本語 conventional commits でコミットする。 必要に応じて作業ブランチへの切替・新規作成も提案する(副作用あり)。 「コミットして」「差分をコミット」「変更をまとめて」「作業区切りたい」「一旦コミット」 「今の状態を保存」「ここまでの変更を記録」等で起動する。 コードレビュー(smart-review)や PR 作成(smart-pr)とは別物。