원클릭으로
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 직업 분류 기준
| 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 |
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.