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

  1. 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.
  2. Ensure the Preflight CLI is available.

    • Prefer an existing preflight binary on PATH.
    • Otherwise install it with the repo-documented Homebrew, npm, Go, Docker, or shell installer path.
    • Use --ci for agent runs so scans avoid interactive update checks.
Installs
2
GitHub Stars
48
First Seen
5 days ago