一键导入
mojo-edit-nudge
Minimal-editing instruction injected at the first edit of each commit cycle
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Minimal-editing instruction injected at the first edit of each commit cycle
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Backlog.md task management — use when reading or updating project tasks
Session completion checklist — fires when unpushed work remains
Initialize session with repo state and available work
Atomic commit workflow with conventional commit format
PR creation, status, and review feedback workflow
Interactive rebase, fixup, and commit message rewriting patterns
基于 SOC 职业分类
| name | mojo-edit-nudge |
| description | Minimal-editing instruction injected at the first edit of each commit cycle |
| once | true |
| triggers | [{"event":"tool.execute.after","tool":"bash","command":"git commit"}] |
Change only what is necessary. Edit the minimum code required to accomplish the task. Do not rename variables, restructure functions, reformat blocks, or add comments unless that is the explicit goal.
Preserve the original. Treat existing code as deliberately written. If it works and is not the subject of the task, leave it exactly as it is.
One concern per edit. If you find yourself changing something "while you're in there," stop. That change belongs in a separate task.