Run a specific Preflight gate by number or name.
/plugin marketplace add dansasser/claude-code-marketplace/plugin install preflight@dansasser-marketplaceRun a specific Preflight gate by number or name. ## Usage ## Examples ## Gate Reference | Number | Name | Purpose | |--------|------|---------| | 1 | lint-test | Linting, types, tests | | 2 | coverage | Coverage threshold | | 3 | cross-platform | Windows + Ubuntu | | 4 | python-matrix | Python 3.9-3.13 | | 5 | security | Secrets, vulns | | 6 | api-compat | Breaking changes | | 7 | packaging | Build verification | | 8 | github-pr | Create PR | ## Prerequisite Checking Each gate checks its prerequisites before running: - Gate 1: No prerequisites - Gate 2: Gate 1 must pass - Gate 3: ...