Turn the /ship scorecard into a blocking, config-as-code quality gate. Sets per-category score thresholds, hard-fails on leaked secrets or critical findings, and wires the gate into a pre-push hook and CI so nothing below the bar merges. Use when the user wants a merge gate, CI quality gate, pre-push check, or to enforce ship-readiness.
$npx -y skills add houseofmvps/ultraship --skill ship-gateInstalls into the current project.
Run `npx skills use "https://github.com/houseofmvps/ultraship" --skill "houseofmvps/ultraship/ship-gate"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/houseofmvps/ultraship" that are relevant to the current task. Run `npx skills add "https://github.com/houseofmvps/ultraship"` and select the relevant skills, then follow their instructions.