Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub yeaight7/agent-powerups --plugin dev-vitalsHow 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.
Share bugs, ideas, or general feedback.
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.