ship-check
Installation
SKILL.md
Ship Check — Pre-Ship Gate
Run automated checks + human-readable diff review before any commit or push. Never commit or push unless the user explicitly confirms after seeing the report.
Works with any coding agent with shell access.
Supporting files:
- checklist.md — manual gate items
- report-template.md — output format
- scripts/ship-check.sh — automated checks
Scripts: read scripts/ship-check.sh before running. It executes project lint/test/build
commands — review what it will run in this repo. Double-check every time.
Output: {SKILL_OUTPUT_DIR}/ship-check/ — see ../OUTPUT.md