Search for a command to run...
AI skill that analyzes staged changes and generates conventional commit messages with scope detection.
# Smart Commit Skill ## Description Analyzes staged git changes and generates a conventional commit message. ## Usage Run `/commit` after staging your changes. ## Behavior 1. Reads `git diff --staged` 2. Identifies the type of change (feat, fix, refactor, docs, etc.) 3. Detects the scope from file paths 4. Generates a concise commit message following Conventional Commits spec
Initial release with basic commit message generation.
Added scope detection from file paths.
Improved multi-file change summarization.
Initial release with basic commit message generation.
Added scope detection from file paths.
Improved multi-file change summarization.
Version
v1.2.0
Category
Code Generation
License
MIT
Permissive license allowing reuse with minimal restrictions. Requires attribution.
Install Scope
Project
Storage
Compatible With
Tags