# Git Commit

> A skill to commit changes to a git repository, following conventional commit format.

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

---


- Commit changes following conventional commit format
- Do not include Co-Authored-By trailers in the commit message
- If we were working on specific issue(s), include commit footer "Closes #(issue_number)" to automatically close the issue(s)

