# Commit

> Create a git commit with a summary of changes

- Skill: `windy3f3f3f3f/commit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add windy3f3f3f3f/commit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/windy3f3f3f3f/commit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Windy3f3f3f3f (https://skillmd.com/u/windy3f3f3f3f)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/windy3f3f3f3f/commit

---


# 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.

