원클릭으로
commit-message
Write a clear git commit message from the staged changes. Use when the user asks for a commit message or to commit their work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Write a clear git commit message from the staged changes. Use when the user asks for a commit message or to commit their work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Draft a changelog entry from recent changes. Use when the user asks to write a changelog entry, update CHANGELOG.md, or summarize what changed for release notes.
Summarize a pull request or code diff into a clear description. Use when the user asks for a PR description, to summarize a diff, or to explain what a branch changes.
Ask the user what they'd like to be called and address them that way. Use when the user runs /simple-demo:address-me or wants to confirm their plugin marketplace is working.
| name | commit-message |
| description | Write a clear git commit message from the staged changes. Use when the user asks for a commit message or to commit their work. |
When asked for a commit message:
git diff --cached) to see what actually changed.Keep it tight. One good summary line beats a paragraph.