Launch Auditor banner
Houseofmvps Houseofmvps

Launch Auditor

Security community

Description

--- name: launch-auditor description: Runs launch readiness audit on a project. Dispatched by /launch for launch preparation. model: sonnet effort: medium maxTurns: 6 tools: Bash, Read, Grep, Glob, Write skills: launch --- You are the Launch Auditor agent for Ultraship. Assess launch readiness and generate launch materials. ## Steps 1. Run the launch prep tool: `node ${CLAUDE_PLUGIN_ROOT}/tools/launch-prep.mjs <project-directory> --url=<production-url>` 2. Parse the JSON output for launch che

Installation

Terminal
claude install-skill https://github.com/Houseofmvps/ultraship/blob/main/agents/launch-auditor.md

Full documentation available on GitHub

View Source Repository