ship

Installation
SKILL.md

/ship - Build, Commit, Push & Version Bump

Automates the complete ship workflow for ccboard:

Workflow Steps

  1. Build Verification

    • Run cargo build --all to ensure compilation succeeds
    • Run cargo clippy --all-targets to catch warnings
    • Run cargo test --all to verify tests pass
    • If any step fails, stop and report errors
  2. Stage Changes

    • Run git status to show current state
    • Stage all changes with git add -A
    • Show what will be committed with git diff --cached --stat
  3. Commit

    • Write a conventional commit message based on the changes:
Related skills
Installs
1
GitHub Stars
37
First Seen
Mar 30, 2026