What problem does it solve?
This Skill automates the entire Git commit and push process, including intelligent commit message generation, saving developers time and ensuring consistent commit history.
Core Features & Use Cases
- Automatic Commit Type Inference: Detects commit types (feat, fix, docs, etc.) based on file changes.
- Smart Scope Detection: Extracts commit scopes from file paths.
- Full Git Workflow: Stages, commits, and pushes changes in one command.
- Safety Checks: Warns about sensitive files and large changes.
- Use Case: After making several bug fixes and adding a small feature, you can invoke
/ship to have the Skill automatically stage, commit with a well-formatted conventional commit message, and push your changes.
Quick Start
Use the ship skill to commit and push your current git changes.