What problem does it solve?
This Skill automates the entire code deployment workflow, from detecting the base branch, running tests, reviewing diffs, bumping version, updating CHANGELOG, committing, pushing, and creating a pull request.
Core Features & Use Cases
- Automated Deployment: Handles the deployment process from start to finish.
- Test Execution: Runs tests to ensure code quality.
- Code Review: Reviews code changes for potential issues.
- Version Bumping: Automatically updates the version number and CHANGELOG.
- Commit and Push: Commits changes and pushes them to the repository.
- Pull Request Creation: Creates a pull request for the changes.
- Use Case: Ideal for teams that want to streamline their deployment process and ensure code quality.
Quick Start
Run the /ship command to start the deployment process.