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)
Commit All Unstaged Changes
Create atomic commits from all unstaged changes.
Step 1: Format Code
!just fmt
Step 2: Verify Green Build
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.
Current State
!git status --short
!git diff --stat
Process
- Group related changes into logical commits
- For each group, propose:
Commit 1: <message>
- path/to/file.clj (brief description of change)
Commit 2: <message>
- path/to/other.clj
- Ask "Ready to create these commits?" and wait for approval
- After approval, for each commit:
git add <files>git commit -m "<message>"
Commit Style
- Summary line: imperative mood, capitalised, no trailing period, ~50 chars
- Blank line, then optional body wrapped at 72 chars
- Body explains why, not how — only include when it adds value
- No Co-Authored-By trailers
Match recent style:
!git log --oneline -5
$ARGUMENTS
Related skills
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
Claude CodeCursoradvanced
890
234
3,180
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
claudeCursorWindsurfbeginner
259
72
1,083
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.
claudeCursorWindsurfintermediate
156
44
943