From overleaf-local
Push local commits to Overleaf remote only (no pull). Invocable as /overleaf-local:overleaf-local-push (Claude Code) or $overleaf-local-push (Codex).
How this skill is triggered — by the user, by Claude, or both
Slash command
/overleaf-local:overleaf-local-pushThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Push local commits to the Overleaf remote.
Push local commits to the Overleaf remote.
git log origin/master..HEAD --oneline
git push origin master
/overleaf-local:overleaf-local-pull first or /overleaf-local:overleaf-local-sync for the full flow.npx claudepluginhub whiskychoy/whisky-claude-plugins --plugin overleaf-localPushes local Git commits to remote repositories, handling branch tracking, upstream setup, safe push patterns like force-with-lease, and verification. Useful after local commits when syncing to remote.
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.
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.