Push Changes banner
fmflurry fmflurry

Push Changes

Git community

Description

--- description: Commit relevant changes and push through the git workflow agent: git-specialist --- # Push Changes Command Delegate to the `git-specialist` agent (sonnet) to commit and push. ## Task Commit the relevant changes with a compliant conventional commit message and push the current branch to its remote. ## Pre-push verification (mandatory) Before pushing, inspect every local commit that would be published: - Compare against the tracked upstream when one exists (`git log @{u}..H

Installation

Installs to ~/.claude/commands/fmflurry-settings-opencode-push-changes.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/fmflurry/settings-opencode/HEAD/.claude/commands/push-changes.md -o ~/.claude/commands/fmflurry-settings-opencode-push-changes.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository