Slash Command

/commit

Install
1
Install the plugin
$
npx claudepluginhub joaquimscosta/arkhe-claude-plugins --plugin git

Want just this command?

Add to a custom plugin, then install with one command.

Description

Context-aware Git commit assistant that automatically detects root repository and submodules, runs smart pre-commit checks, and generates conventional commit messages.

Command Content

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

/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

Examples

/commit                              # Auto-detect and select repo
/commit root                         # Commit to root repository
/commit mobile                       # Commit to mobile submodule

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, pre-commit checks, commit message generation, and submodule reference updates.

For detailed documentation, see git/skills/creating-commit/SKILL.md.

Stats
Stars9
Forks1
Last CommitJan 12, 2026
Actions

Other plugins with /commit