commit
Installation
SKILL.md
Conventional Commit Generator
Workflow
-
Run
git statusandgit diff HEADto analyze changes -
Stage files: user-specified only, or
git add -Afor all -
Commit using HEREDOC format:
git commit -m "$(cat <<'EOF' <type>(<scope>): <description> EOF )" -
Output:
<hash> <subject>
DO NOT: Modify code, push (unless asked), amend without request