# Ship Check

> Pre-commit gate. Run tests, lint and type check; report PASS/FAIL per step and anything that could not run. Use before any commit or PR.

- Skill: `sdvsignal/ship-check` (Agent Skill)
- Install (CLI): `npx skillmds@latest add sdvsignal/ship-check`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sdvsignal/ship-check/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: sdvsignal (https://skillmd.com/u/sdvsignal)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/sdvsignal/ship-check

---


1. Read `CLAUDE.md` for the test / lint / typecheck commands.
2. Run each one. Capture the exit code and the last 20 lines of output.
3. Report a table: Step | PASS/FAIL | detail. A step that couldn't run is FAIL, never skipped silently.
4. If anything failed, say what to fix first. Don't fix it unless asked.

