We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7376433 commit a0d8f11Copy full SHA for a0d8f11
.claude/skills/commit/SKILL.md
@@ -32,7 +32,7 @@ uv run --frozen ruff format --check .
32
2. Ask if they want you to auto-fix the formatting issues
33
3. If yes, run: `uv run --frozen ruff format .`
34
4. Show the user what files were reformatted
35
-5. Stage the formatting fixes: `git add -u` (only previously tracked files that were modified)
+5. Stage the formatting fixes by running `git add` only on the files that were reformatted (do not use `git add -u`)
36
6. Continue to the next step
37
38
### If formatting check passes:
0 commit comments