Stats
Actions
Tags
From dev-vitals
Runs a pre-handoff validation checklist: inspects git changes, runs targeted tests, and validates assets via apx CLI. Reports changed files, commands run, results, and remaining risks.
How this command is triggered — by the user, by Claude, or both
Slash command
/dev-vitals:ship-checkThe summary Claude sees in its command listing — used to decide when to auto-load this command
# ship-check Use this before final handoff. Steps: 1. Read the active plan or user request. 2. Inspect changes with `git status --short` and `git diff --check`. 3. Run targeted tests for changed behavior. For this repo, CLI/catalog changes usually require `npm test`. 4. If assets changed, run: - `apx validate skills` - `apx validate catalog` 5. Final response must include changed files, commands run, validation results, and remaining risks. Do not commit, push, install tools, or mutate global agent config unless explicitly requested.
Use this before final handoff.
Steps:
git status --short and git diff --check.npm test.apx validate skillsapx validate catalogDo not commit, push, install tools, or mutate global agent config unless explicitly requested.
npx claudepluginhub yeaight7/agent-powerups --plugin dev-vitals