From preflight
Runs the full Preflight pipeline across 8 sequential quality gates: linting/tests/coverage/compatibility/security/API/packaging. Stops on failure; creates GitHub PR on success.
How this command is triggered — by the user, by Claude, or both
Slash command
/preflight:preflightThe summary Claude sees in its command listing — used to decide when to auto-load this command
Run the full Preflight pipeline (Gates 1-8). ## Process Execute all 8 quality gates in sequence: 1. **lint-test** - Linting, type checking, unit tests 2. **coverage** - Test coverage threshold check 3. **cross-platform** - Windows + Ubuntu compatibility 4. **python-matrix** - Python 3.9-3.13 testing 5. **security** - Secrets, vulnerabilities, licenses 6. **api-compat** - Breaking change detection 7. **packaging** - Build, install, entry point verification 8. **github-pr** - Create PR with full report (only if 1-7 pass) ## Behavior - Initialize pipeline state if not already running - Ru...
Run the full Preflight pipeline (Gates 1-8).
Execute all 8 quality gates in sequence:
PIPELINE STOPPED at Gate 3 (cross-platform)
Issues found: [details]
Fix issues and re-run: /preflight
Or run just this gate: /gate 3
PIPELINE COMPLETE - All 8 gates passed!
PR #123 created: https://github.com/owner/repo/pull/123
Use the preflight-orchestrator agent to coordinate all gates.
npx claudepluginhub dansasser/claude-code-marketplace --plugin preflight/ia-verifyRuns a structured pre-PR verification pipeline (build, types, lint, tests, security, diff review) and produces a READY/NOT READY report. Supports quick, full, pre-commit, and pre-pr modes.
/allRuns all 6 PR quality gate agents (security, QA, analyst, architect, DevOps, roadmap) sequentially on current git changes against a base branch, aggregating verdicts into a consolidated PASS/WARN/FAIL report.
/checklistRuns quality gates checks from the project constitution — lint, tests, coverage, type checking, bundle size, security audit, accessibility, documentation, and code review — then generates a summary report.
/cortexloop-pre-prRuns all CodeCortexLoop passes on recent changes, failing CI if any Critical or High issues remain. Accepts --ci flag for automated environments.
/huskyRuns the repository's full CI pipeline — dependency install, lint, typecheck, build, and tests — fixing issues at each step before proceeding.
/checkRuns lint, tests, and security checks to validate code quality without committing. Detects available Makefile targets and optional security scanner.