Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub dansasser/claude-code-marketplace --plugin preflightHow 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...
/checklistRuns specified quality gates checklist (pre-merge/pre-release) from constitution.md. Executes automated checks via npm (lint, tests, coverage, types, security, bundle size/performance) and generates Markdown report.
/shipRuns 5 pre-flight checks (pipeline, security, review, tests, standards) before creating PR to target branch (default: main). Produces ship report with pass/fail results and PR link.
/pipelineAdds and validates one CI/CD workflow bundle at a time for GitHub Actions (code quality, build/test, security, integration, operations). Supports --dry-run, --skip-install, --pr flags.
/quality-checkRuns quality gates for static analysis (ESLint/Prettier/linters), test coverage, security scan, complexity, and dependency health; generates scored report with status, issues, and grade.
/preflightRuns a quick health check on all configured AI providers (Ollama, Codex CLI, Gemini CLI) before starting multi-LLM workflows. Reports availability status and common fixes for unresponsive providers.
/preflightRuns two-phase environment detection and compatibility analysis on a project, producing a unified report with verdicts (✅/⚠️/❌), fixes for breaks, risks, and warnings on runtimes, GPU stack, env vars, deps, services, and build tools.
Share bugs, ideas, or general feedback.
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.