git-commit-cn
SKILL.md
- Analyze changes via
git diff --stagedandgit status. - Determine commit type and emoji using references/commit-types.md and
$ARGUMENTS. - Split changes into separate commits by module/type.
- Execute commit using HEREDOC:
git commit -m "$(cat <<'EOF' \n <type>(<scope>): <emoji> <description> \n EOF)". - Push changes to remote. Confirm before pushing to
mainormaster. - PROHIBITED: Never include Co-Author fields or attribution lines.