Automates the end-to-end release process by handling build verification, testing, conventional commits, and versioning in a single command.
The ship skill streamlines the development lifecycle for ccboard by consolidating build, verification, and deployment tasks into a unified workflow. It ensures code quality by running mandatory compilation checks, lints, and tests before automating Git operations like staging, generating AI-powered conventional commit messages, and pushing to remotes. This skill is ideal for developers looking to maintain a consistent release standard while minimizing manual CLI overhead and preventing human error during the shipping phase.
主要功能
01Integrated version bumping for workspace crates
02Automated build and test verification using Cargo
0327 GitHub stars
04Pre-release code quality enforcement via Clippy
05Safe Git operations with automated upstream handling