Create a git commit with a summary of changes
Scanned 9/6/2026
Install to Claude Code
npx -y skills add Windy3f3f3f3f/claude-code-from-scratch --skill commit --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Commit?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/windy3f3f3f3f-commit-claude-code-from-scratch)More formats (shields.io, HTML) on the badges page.
---
name: commit
description: Create a git commit with a summary of changes
user_invocable: true
context: inline
---
# Commit Skill
1. Run `git diff --staged` and `git status` to see what's changed
2. Write a concise commit message summarizing the changes
3. Run `git commit -m "<message>"`
If no files are staged, tell the user to stage files first.
Arguments passed to this skill are used as additional context for the commit message.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!