# Commit Wizard

> AI-powered commit message generator that follows conventional commits and best practices

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

---


# Commit Wizard

Never write a bad commit message again! Commit Wizard analyzes your staged changes and generates clear, conventional commit messages.

## Usage

Just tell Claude:
- "Generate a commit message for my changes"
- "Write a conventional commit for this feature"
- "Help me commit these bug fixes"

## Features

- 🎯 Follows conventional commits format
- 📝 Analyzes git diff for context
- 🚀 Suggests scope and breaking changes
- ✨ Includes emojis (optional)

## Example

```
Input: Added user authentication with JWT tokens

Output:
feat(auth): implement JWT-based authentication

- Add JWT token generation and validation
- Create auth middleware for protected routes
- Include refresh token support

BREAKING CHANGE: Authentication now required for all /api/* endpoints
```

## Requirements

- Git repository
- Staged changes

## License

MIT

