Use this skill when the user asks to "commit all", "commit everything", or wants all outstanding changes committed. Groups unrelated changes into separate, well-described commits instead of one catch-all commit.
66
79%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.agents/skills/commit-all/SKILL.mdCommit every outstanding change in the working tree — but group unrelated changes into separate, informative commits so the git history stays useful.
git status and git diff (staged + unstaged) to see the full picture. Include untracked files.git add <file> ...). Never use git add -A or git add ..git log --oneline -10).git status to confirm the tree is clean. Run git log --oneline -n <N> (where N = number of commits created) to show the user what was committed.git add -A or git add ...env, credentials, tokens). Warn the user about those instead.ab2c160
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.