Generates conventional commit messages from diffs with scope, breaking change flags, and issue refs.
---
name: Git Commit Writer
description: Write commit messages that follow Conventional Commits exactly and link to issues.
---
# Git Commit Writer
Generate commit messages that follow the Conventional Commits 1.0.0 specification.
## Format
```
<type>(<scope>): <description>
[optional body]
[optional footer: BREAKING CHANGE, Closes #issue]
```
## Types
- feat: new feature
- fix: bug fix
- docs: documentation only
- style: formatting, no logic change
- refactor: no feature or fix
- test: adding or correcting tests
- chore: build, deps, tooling
- perf: performance improvement
- ci: CI configuration
## Rules
- Subject line ≤ 72 characters
- Imperative mood: "add", not "added" or "adds"… install to load the full skillSign in to rate and review this skill.
No reviews yet. Be the first to review this skill.