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 ページを確認してインストールできます。
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).
SOC 職業分類に基づく
| 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.