Push current branch to origin
/plugin marketplace add settlemint/agent-marketplace/plugin install crew@settlemintgit/<worktree_status>
!${CLAUDE_PLUGIN_ROOT}/scripts/git/worktree-context.sh 2>&1
</worktree_status>
<stack_context>
!${CLAUDE_PLUGIN_ROOT}/scripts/git/machete-context.sh 2>&1
</stack_context>
<push_context>
!${CLAUDE_PLUGIN_ROOT}/scripts/git/push-context.sh 2>&1
</push_context>
# Only run if machete-managed (check stack_context output)
if git machete is-managed "$(git branch --show-current)" 2>/dev/null; then
git fetch origin
git machete update # Rebase onto parent (safe in worktrees)
fi
</phase>
<phase name="push">
Run push command:
git push -u origin $(git branch --show-current)
--force unless explicitly requestedgit pull --rebase first, then retrygit push --force-with-lease
Skill({ skill: "crew:git:update-pr" });
</phase>
</process>/pushPush local changes to Azure DevOps (like git push). Supports increment, project, or full living docs sync.
/pushPush local progress to Jira (like git push). Updates epic/story with task completion and comments.