원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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
| 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.