Automatically generate conventional commit messages and push to remote.
Analyzes git changes to determine the appropriate commit type (feat, fix, docs,
style, refactor, perf, test, build, ci, chore), generates a descriptive message
following the conventional commits specification, bootstraps GitHub repositories
with gh CLI when git or remotes are missing, and handles the full git workflow
from staging to push.
2026-04-24