preflight
Installation
SKILL.md
Preflight Launch Readiness
Use Preflight to scan a project for launch readiness issues before deploy. Treat the CLI output as a triage map for concrete engineering work: configuration gaps, service integration problems, security issues, SEO metadata, web standard files, secrets, and CI readiness.
Core Workflow
-
Inspect the project before running commands.
- Locate the project root and check for
preflight.yml. - Skim the stack, deployment shape, env files, public web root, and CI config when relevant.
- Preserve existing behavior and do not create or edit config until the user has approved changes.
- Locate the project root and check for
-
Ensure the Preflight CLI is available.
- Prefer an existing
preflightbinary onPATH. - Otherwise install it with the repo-documented Homebrew, npm, Go, Docker, or shell installer path.
- Use
--cifor agent runs so scans avoid interactive update checks.
- Prefer an existing