tldraw/commit-changes
Create a git commit for the current changes. Use when asked to commit changes, make a commit, generate a commit message, or commit the current worktree with optional user-provided context.
npx skills add https://github.com/tldraw/tldraw --skill commit-changes
Create a focused git commit for the current changes.
git branch --show-current.git status --short.git diff --cached --stat.git diff --stat.git log -5 --oneline.git add.type(scope): brief description
Optional longer explanation if the changes are complex.
Allowed types: feat, fix, refactor, test, docs, chore, perf, style, build, ci.
add feature, not added feature.git commit -m "message".--no-verify.If the commit fails because of hooks, fix mechanical formatting, lint, or import issues and retry. If the hook failure reveals a meaningful product or implementation issue, stop and ask the user how to proceed.
Take tldraw/commit-changes from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.