# Commit

> Create a git commit

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

---


## Context

- Current git status: !`git status`
- Current git diff (staged and unstaged changes): !`git diff HEAD`
- Current branch: !`git branch --show-current`
- Recent commits: !`git log --oneline -10`

## Your task

Based on the above changes, create a single git commit.

You have the capability to call multiple tools in a single response. Stage and create the commit using a single message. Do not use any other tools or do anything else. Do not send any other text or messages besides these tool calls.

