Context-aware Git commit assistant that automatically detects root repository and submodules, runs smart pre-commit checks, and generates conventional commit messages.
Automates Git commits with smart repository detection, pre-commit checks, and conventional commit message generation. Use it to quickly commit changes across monorepos or submodules without manual Git commands.
/plugin marketplace add joaquimscosta/arkhe-claude-plugins/plugin install git@arkhe-claude-pluginsContext-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.