# Git Conventional Commits

> Author standardized conventional commit messages (feat, fix, docs, refactor, chore), generate automated semver releases, and format pull request descriptions.

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

---


# Conventional Commits & Release Automation

Standardize commit history to enable automated changelog generation and semantic versioning.

## Format Specification

```
<type>[optional scope]: <description>

[optional body]

[optional footer(s)]
```

