ship-changes
Installation
SKILL.md
Ship Changes
Interactive workflow for committing and pushing changes following repository conventions.
Platform-agnostic: Works with GitHub, GitLab, Gitea, or any git host.
Workflow Detection
1. Detect Version Control Platform
# Determine which platform by checking remote URL
REMOTE_URL=$(git remote get-url origin)