From git
Creates a conventional git commit using git-agent with automatic intent detection and optional AI co-author attribution.
How this command is triggered — by the user, by Claude, or both
Slash command
/git:SKILLhaikucommit/Files this command reads when invoked
This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Do NOT run `git status`, `git diff`, `git log`, or any other commands before `git-agent commit`. 1. Derive a one-sentence intent from the conversation 2. If `$ARGUMENTS` contains a Claude model name, use it as co-author: `git-agent commit --intent "<intent>" --co-author "<model> <[email protected]>"` 3. Otherwise: `git-agent commit --intent "<intent>"` 4. On auth error (401), retry with `--free` 5. Fallback (binary unavailable): manual `git commit` with Conventional Commits format via HEREDOC CLI reference: `${CLAUDE_PLUGIN_ROOT}/references/cli.md`
Do NOT run git status, git diff, git log, or any other commands before git-agent commit.
$ARGUMENTS contains a Claude model name, use it as co-author: git-agent commit --intent "<intent>" --co-author "<model> <[email protected]>"git-agent commit --intent "<intent>"--freegit commit with Conventional Commits format via HEREDOCCLI reference: ${CLAUDE_PLUGIN_ROOT}/references/cli.md
npx claudepluginhub fradser/dotclaude --plugin git/commitStages and commits changes from the current session with a conventional commit message and co-author attribution.
/commitCreates a logical commit with a conventional commit message format. Delegates to the git-workflows:commit skill, accepting files or a message as arguments.
/commitCreates git commits from session changes with user approval and no Claude attribution. Presents a commit plan, asks for confirmation, then adds files and commits.
/commitStages and commits local changes using the Conventional Commits format. Analyzes diffs, suggests type and scope, and confirms the commit message before applying.
/commitAnalyzes staged git changes, generates a conventional commit message, seeks user approval, and executes the commit without trailers.
/SKILLReviews a pull request, then persistently monitors CI and reviewer comments, triaging each through an independent agent until CI passes and all feedback is resolved.