بنقرة واحدة
commit
Create a git commit without Co-Authored-By sign-off
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create a git commit without Co-Authored-By sign-off
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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