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.
How this command is triggered — by the user, by Claude, or both
Slash command
/git:commitThe summary Claude sees in its command listing — used to decide when to auto-load this command
# 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...
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.
npx claudepluginhub joaquimscosta/arkhe-claude-plugins --plugin git/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 git commits with quality checks (tests, lint, type-check), conventional formatting, and branch-aware issue references. Supports [message], --files, --amend, --no-verify, --interactive.
/commitCreates logical git commits in conventional commit format using provided files or message.
/commitCommits git changes following best practices for staging, conventional messages, and hooks using the git:commit skill.