Review the current git working tree, generate a commit message from the actual diff using the repository's commit or PR-title convention, commit all current changes on the active branch, and push that branch to origin. Use this whenever the user asks to "commit", "push", "commit and push", "generate a commit message", "commit the current changes", or wants the current branch changes sent upstream without hand-writing the git commands.
$npx -y skills add gogf/gf --skill git-commit-pushInstalls into the current project.
Run `npx skills use "https://github.com/gogf/gf" --skill "gogf/gf/git-commit-push"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/gogf/gf" that are relevant to the current task. Run `npx skills add "https://github.com/gogf/gf"` and select the relevant skills, then follow their instructions.