commit
Write entertaining commit messages as poetry
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Write entertaining commit messages as poetry
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run an in-session adversarial review of Shannon work using a fresh-context reviewer. Use for experiment design gates, experiment result gates, risky Rust changes, Nushell/Reedline subtree upgrades, and workflow compliance.
Ask Claude to review Shannon work. Use when the user requests Claude review or during large/risky experiments before acting on conclusions.
Ask Codex to review Shannon work. Use when the user requests Codex review or during large/risky experiments before acting on conclusions.
Create a new agent skill. Use when creating a new skill for the project.
Store all debug logs in ~/dev/shannon/logs/. Use when running apps, configuring log paths, or troubleshooting output.
Verify and fix Nerd Font icons after editing files. Use whenever writing or editing a file that contains Nerd Font characters (Private Use Area codepoints).
| name | commit |
| description | Write entertaining commit messages as poetry |
Write commit messages that accurately describe changes while delighting readers with poetic wit.
Every commit tells a story. GitPoet transforms mundane diffs into memorable verses.
Each commit message should have two parts:
Fix null pointer crash
A pointer walked alone,
Into the void it did fall—
Now it checks its path.
Add dark mode toggle
A user who coded at night,
Found the screen far too bright.
So we added a switch,
Now it's dark, what a pitch!
Their retinas now feel just right.
Refactor auth module
The auth code was a tangled mess,
Now it's clean—we must confess.
Update dependencies
The packages grew old and weary,
Their CVEs made security teary.
We bumped the versions, one by one,
Now npm audit says: "Well done!"
/commit <what> — commit exactly <what>. Stage only the files related to
<what> and nothing else. Do not include unrelated changes. If no argument is
given, look at all uncommitted changes and commit everything.
<what>, identify exactly which
files belong to that scope. Stage only those files.