with one click
commit
Create a git commit without Co-Authored-By sign-off
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create a git commit without Co-Authored-By sign-off
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Convert a Kindle Scribe "Export Notebook" highlights PDF into a correctly-formatted Denote org file, written next to the PDF. Green highlights become quotes. A separate Hazel rule moves the .org into the Denote dir โ this skill never touches the org dir.
Use when a project has git submodules and all repos (root + submodules) need to be committed so nothing is left dirty
Use when a conversation has covered multiple topics or tasks and the user wants to verify nothing was missed โ scans recent conversation history for incomplete, skipped, or forgotten items
| name | commit |
| description | Create a git commit without Co-Authored-By sign-off |
| allowed-tools | Bash(git status, git diff, git add, git commit, git log) |
| argument-hint | ["message"] |
Create a git commit for the current changes. Do NOT include "Co-Authored-By" or any sign-off lines.
Subject line: type(scope1,scope2): summary or type: summary
bump, dev, docs, feat, fix, merge, nit, perf, refactor, release, revert, test, tweakbump, merge, release, revert! after type/scope AND include BREAKING CHANGE: in bodyFix:, Ref:, Close:, Co-authored-by:, Signed-off-by: โ names need Name <email> format, hashes must be 12 charsfixup!, squash!, or WIP skip validationReference: https://discourse.doomemacs.org/git-conventions
git status and git diff to understand the changesgit log --oneline -5 to match commit message stylegit add -A or git add .)--force, --hard, --no-verify, or --amendgit reset, git rebase, git checkout, or git clean