Create a git commit with semantic commit message format and push to remote
Creates a semantic commit and pushes it to the remote repository.
/plugin marketplace add duyet/claude-plugins/plugin install commit@duyet-claude-pluginsgit statusgit diff HEADgit branch --show-currentgit log --oneline -10Based on the above changes, create a single Git commit and push it to the remote repository.
You have the capability to call multiple tools in a single response. Stage, create the commit, and push using a single message. Do not use any other tools or do not send any other text or messages besides these tool calls.
Commit should follow semantic commit format: type(scope): description
Types: feat, fix, docs, style, refactor, test, chore