From Git
Creates conventional git commits using git-agent and pushes to the remote repository. This skill should be used when the user asks to "commit and push", "push my changes", or wants to commit and immediately push to remote. The executing AI auto-derives its own co-author string from its runtime model identity (e.g., `Claude Opus 4.7 <[email protected]>`) and passes it to `--co-author`. `$ARGUMENTS`, if provided, overrides the auto-derived value.
How this command is triggered — by the user, by Claude, or both
Slash command
/git:SKILL <co-author>commit-and-push/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
CRITICAL: - Do NOT run `git status`, `git diff`, `git log`, or any other commands before `git-agent commit`. - Always pass `--co-author` to `git-agent commit`. If `$ARGUMENTS` is non-empty, use it verbatim. Otherwise self-derive from your own runtime model identity (the model named in your own system prompt) plus `<[email protected]>` — e.g., `Claude Opus 4.7 <[email protected]>`. Never run a commit without `--co-author`. 1. Derive a one-sentence intent from the conversation. 2. Resolve `<co-author>`: if `$ARGUMENTS` is non-empty use it verbatim; otherwise build `<your-running-mode...
CRITICAL:
git status, git diff, git log, or any other commands before git-agent commit.--co-author to git-agent commit. If $ARGUMENTS is non-empty, use it verbatim. Otherwise self-derive from your own runtime model identity (the model named in your own system prompt) plus <[email protected]> — e.g., Claude Opus 4.7 <[email protected]>. Never run a commit without --co-author.<co-author>: if $ARGUMENTS is non-empty use it verbatim; otherwise build <your-running-model> <[email protected]> from your own runtime identity.git-agent commit --intent "<intent>" --co-author "<co-author>"--free appended; keep the --co-author flag.git commit with Conventional Commits format via HEREDOC, including a Co-Authored-By: <co-author> trailer in the message body.git push (add -u origin <branch> if upstream not set).CLI reference: ${CLAUDE_PLUGIN_ROOT}/references/cli.md
npx claudepluginhub est7/dotclaude --plugin git/SKILLEnables work verification for a task. Claude completes the work, verifies it, and appends a verified tag before session exit.
/SKILLResolves a GitHub issue by creating an isolated worktree, implementing a TDD fix, and opening a PR with auto-closing keywords.
/SKILLSurfaces the current session task from a state file and evaluates its clarity and completeness. Reports completion status or identifies remaining steps.