원클릭으로
commit
Create atomic commits from session changes only
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create atomic commits from session changes only
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Synchronise Nix deps hash after changing deps.edn
Diagnose and fix CI build failures
Create atomic commits from all unstaged changes
Create a new Clojure component
Work on form UI components
Run Kaocha tests
SOC 직업 분류 기준
| name | commit |
| description | Create atomic commits from session changes only |
| allowed-tools | Bash(just, just fmt, git status, git diff*, git add, git commit, git log) |
Create atomic commits for only the changes we made together in this session.
!just fmt
Run the full check suite before doing anything else. This catches broken code before it gets committed.
!just
If this fails, stop and fix the issues first. Do not proceed to commit
planning with a failing build. Re-run just after fixing until it passes.
Review your tool use history from this conversation. List the files you edited using Edit or Write tools. These are "our changes."
Important: A "session" spans multiple context windows. After compaction, check the conversation summary for files edited earlier. Don't ignore uncommitted changes just because they're not in the current tool history.
!git status --short
!git diff --stat
Only consider files that:
Ignore any pre-existing uncommitted changes that weren't part of our work.
Group related changes into logical commits. For each proposed commit, show:
Commit 1: <message>
- path/to/file1.clj
- path/to/file2.clj
Commit 2: <message>
- path/to/other.clj
Present the plan and ask: "Ready to create these commits?"
Do not execute git commands until the user approves.
Match style of recent commits:
!git log --oneline -5
$ARGUMENTS