4 results for “ship”
Run a pre-ship checklist against the codebase to catch embarrassing issues before a hackathon deadline or production deploy. Use when the user says "am I ready to ship?", "check before I submit", or "what am I missing?".
E2E test skill for validating the Shipables publish flow
Packages a locally created Claude skill for publishing to Shipables. Give it a path to your skill directory and it will read the SKILL.md, generate a shipables.json, bundle everything into a .tar.gz archive in /tmp/, and tell you exactly where to find it — ready to drag and drop into the Shipables upload UI. Trigger this skill whenever the user wants to publish, package, upload, or ship a skill to Shipables, or when they say things like "package my skill", "get my skill ready to publish", "prepare skill for shipables", or "create archive for my skill".
Audit the overall code quality, architecture, and maintainability of a project or file and give an honest, unfiltered assessment. Use when the user asks "is this good?", "what do you think of this codebase?", or wants a holistic review before shipping.