From commit-commands
Stages unstaged changes based on git status and diff analysis, then creates a commit with a generated message. Uses current branch and recent commit history for context.
npx claudepluginhub zentoriaai/claude-plugins-official --plugin commit-commands## Context - Current git status: !`git status` - Current git diff (staged and unstaged changes): !`git diff HEAD` - Current branch: !`git branch --show-current` - Recent commits: !`git log --oneline -10` ## Your task Based on the above changes, create a single git commit. You have the capability to call multiple tools in a single response. Stage and create the commit using a single message. Do not use any other tools or do anything else. Do not send any other text or messages besides these tool calls.
/commitStages unstaged changes based on git status and diff analysis, then creates a commit with a generated message. Uses current branch and recent commit history for context.
/commitReviews repo changes via git status and diff, prepares logical conventional commits, stages files, and executes git commits.
/stagedCommits only staged Git changes using git ai-commit with AI-generated message from status, staged diff, branch, and recent commits.
/commitStages unstaged changes if needed and creates a git commit with conventional commit format (feat, fix, docs, etc.). Uses arguments as optional message hint.
/commitCreates a conventional git commit with auto-generated message from staged changes. Supports types like feat, fix; accepts optional scope or message hint.
/commitAnalyzes unstaged changes, stages relevant files excluding secrets, generates a conventional commit message matching repo style, and commits. Protects main branch by prompting for feature branch.
Share bugs, ideas, or general feedback.
git statusgit diff HEADgit branch --show-currentgit log --oneline -10Based on the above changes, create a single git commit.
You have the capability to call multiple tools in a single response. Stage and create the commit using a single message. Do not use any other tools or do anything else. Do not send any other text or messages besides these tool calls.