ワンクリックで
gen-commit-msg
Generate and git commit staged changes with a Conventional Commits message.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate and git commit staged changes with a Conventional Commits message.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Adaptive tutor that starts with a quick overview, then progressively deepens via Socratic guidance, deep dives, or quizzes based on user intent.
Adaptive tutor that starts with a quick overview, then progressively deepens via Socratic guidance, deep dives, or quizzes based on user intent.
Use when the user requests any visual diagram using draw.io - flowcharts, architecture diagrams, UML, ERD, sequence diagrams, org charts, mind maps, wireframes, network topology, or other diagramming needs
Expert code review of current git changes with a senior engineer lens. Detects SOLID violations, security risks, and proposes actionable improvements.
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
| name | gen-commit-msg |
| description | Generate and git commit staged changes with a Conventional Commits message. |
| disable-model-invocation | true |
| allowed-tools | ["Bash(git status:*)","Bash(git diff:*)","Bash(git branch:*)","Bash(git log:*)","Bash(git commit:*)","Bash(fork log:*)","Read"] |
| argument-hint | [zh] - use 'zh' for Chinese commit message |
| effort | medium |
git statusgit diff --stagedgit branch --show-currentgit log --oneline -10Your task is to help the user to generate a commit message and commit the changes using git.
git add. The user will decide what to add.git commit — in the option's preview field, show ONLY the complete commit message (title and body), NOT the file list or the summary.fork log to open the Fork app for the user to review the commit history in GUIgit commit then fork log directly.| Language | Trigger | Template |
|---|---|---|
| English | Default | format-en.md |
| Chinese | $ARGUMENTS = zh or user mentions "中文/Chinese" | format-zh.md |
Avoid
| Type | Description |
|---|---|
| feat | New feature |
| fix | Bug fix |
| chore | Maintenance (e.g., tooling, deps) |
| docs | Documentation changes |
| refactor | Code restructure (no behavior change) |
| test | Adding or refactoring tests |
| style | Code formatting (no logic change) |
| perf | Performance improvements |