Help us improve
Share bugs, ideas, or general feedback.
From git
Creates conventional git commits via git-agent with optional co-author and pushes to remote, handling auth retries and upstream setup. Use for 'commit and push' requests or /commit-and-push invocation.
npx claudepluginhub fradser/dotclaude --plugin gitHow this skill is triggered — by the user, by Claude, or both
Slash command
/git:commit-and-pushhaikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Do NOT run `git status`, `git diff`, `git log`, or any other commands before `git-agent commit`.
Creates conventional git commits via git-agent for staged/unstaged changes. Use on 'commit' requests or /commit, optionally co-authoring with Claude model.
Creates semantic git commits with conventional commit format, stages changes, and pushes to remote. Handles pre-commit hooks and writes meaningful commit messages.
Commits all local git changes following Conventional Commits format with type, scope, and body, then pushes to remote. Analyzes diffs and logs for accurate messages.
Share bugs, ideas, or general feedback.
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> <noreply@anthropic.com>"git-agent commit --intent "<intent>"--freegit commit with Conventional Commits format via HEREDOCgit push (add -u origin <branch> if upstream not set)CLI reference: ${CLAUDE_PLUGIN_ROOT}/references/cli.md