ワンクリックで
commit-all
Create atomic commits from all unstaged changes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create atomic commits from all unstaged changes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Synchronise Nix deps hash after changing deps.edn
Diagnose and fix CI build failures
Create atomic commits from session changes only
Create a new Clojure component
Work on form UI components
Run Kaocha tests
SOC 職業分類に基づく
| name | commit-all |
| description | Create atomic commits from all unstaged changes |
| allowed-tools | Bash(just, just fmt, git status, git diff*, git add, git commit, git log) |
Create atomic commits from all unstaged changes.
!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.
!git status --short
!git diff --stat
Commit 1: <message>
- path/to/file.clj (brief description of change)
Commit 2: <message>
- path/to/other.clj
git add <files>git commit -m "<message>"Match recent style:
!git log --oneline -5
$ARGUMENTS