From git
Automatically detects root Git repository and submodules, runs smart pre-commit checks, generates conventional commit messages, and commits changes. Supports repo scope and verify flags.
npx claudepluginhub joaquimscosta/arkhe-claude-plugins --plugin git# Commit Command Context-aware Git commit assistant that automatically detects root repository and submodules, runs smart pre-commit checks, and generates conventional commit messages. ## Usage ## Examples ## Implementation ⚠️ **CRITICAL**: Do NOT add Claude Code footers, attribution, or "Generated with Claude Code" text to commit messages. The skill generates clean commit messages internally. See `git/skills/creating-commit/SKILL.md` for details. Invoke the Skill tool with skill name "git:creating-commit" and arguments: `$ARGUMENTS` The skill will handle repository detection, pr...
/commitCreates conventional git commits with descriptive messages and emojis. Runs pre-commit checks by default, auto-stages files, analyzes changes, and suggests atomic splits.
/commitCreates well-formatted git commits with conventional messages and emojis. Runs pre-commit checks (lint/format/build/docs), auto-stages files if needed, analyzes diffs, and suggests splitting multi-change commits unless --no-verify.
/commitCreates logical git commits in conventional commit format using provided files or message.
/git-commitAnalyzes staged changes via git diff --staged and commits them with a meaningful message following project standards in docs/git-msg-tags.md.
/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.
/commitStages changes and commits locally using Conventional Commits format. Analyzes git status/diffs, drafts typed message with scope, confirms with user before git add and commit.
Share bugs, ideas, or general feedback.
Context-aware Git commit assistant that automatically detects root repository and submodules, runs smart pre-commit checks, and generates conventional commit messages.
/commit # Interactive mode (auto-detect)
/commit <scope> # Direct commit to specific repo
/commit --no-verify # Skip pre-commit checks
/commit --full-verify # Run full build verification
/commit <scope> --no-verify # Combine scope + flag
/commit # Auto-detect and select repo
/commit root # Commit to root repository
/commit mobile # Commit to mobile submodule
⚠️ CRITICAL: Do NOT add Claude Code footers, attribution, or "Generated with Claude Code" text to commit messages. The skill generates clean commit messages internally. See git/skills/creating-commit/SKILL.md for details.
Invoke the Skill tool with skill name "git:creating-commit" and arguments: $ARGUMENTS
The skill will handle repository detection, pre-commit checks, commit message generation, and submodule reference updates.
For detailed documentation, see git/skills/creating-commit/SKILL.md.