在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用commit-all
星标1
分支1
更新时间2026年3月8日 16:26
Create atomic commits from all unstaged changes
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Create atomic commits from all unstaged changes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| 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
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