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
Installs
1
GitHub Stars
75
First Seen
Mar 30, 2026
ship — florianbruniaux/ccboard