ship-check
Installation
SKILL.md
Ship Check
Overview
Run the repo's end-of-task validation flow after code or documentation changes.
This is an orchestration skill. It does not replace the specialized review skills. It tells the agent which checks to run, in what order, and how to summarize the result before final handoff.
Standard Flow
Use this flow after finishing a fix, refactor, or feature:
- Review the latest changes with
$review-changes. - Check whether project documentation needs maintenance with
$repo-doc-maintainer. - Report the combined outcome clearly.
- If code changed, remind the user about any validation commands not yet run.