Commit Wizard

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

csmoove530 1b139b3 4 files · 2.8 KB Updated

File contents

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

csmoove530/clawd-market/tree/main/test-e2e/sample-skill commit 1b139b3aec

Frequently asked questions

npx skillmds@latest add csmoove530/commit-wizard