preflight

Run a 15-check preflight across a repository using PNPM tooling.

4|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/RevealUIStudio/revealui --skill preflight-revealuistudio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: preflight
Source: https://github.com/RevealUIStudio/revealui/tree/main/.claude/skills/preflight
Command: npx skills add https://github.com/RevealUIStudio/revealui --skill preflight-revealuistudio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Preflight checks identify and fix release blockers across a codebase by running a comprehensive checklist that surfaces hard failures and actionable warnings before launch.

Core Features & Use Cases

  • Automated 15-check preflight: lint, type checks, tests, build, security, and structure validations.
  • Context-aware fix suggestions: interpret results and propose concrete remediation steps.
  • Use Case: A monorepo release candidate runs preflight to guarantee readiness and guide fixes across multiple packages.

Quick Start

Run the preflight command to start the full readiness audit on the repository.

Frequently Asked Questions about preflight

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run preflight checks before a monorepo release?

Run preflight checks to execute a 15-point readiness audit across multiple packages, surfacing hard failures and actionable warnings for lint, type checks, tests, build, security, and structure validations before release.

What is included in a repository preflight readiness audit?

A repository preflight audit includes 15 deterministic checks covering lint, type checks, tests, build, security, and structural validations to identify release blockers and provide context-aware fix suggestions.

Can I use PNPM tooling to gate CI pipelines during release?

Yes, PNPM tooling supports gating CI pipelines by running pnpm preflight and pnpm gate commands to perform deterministic checks and block releases when hard failures are detected.

Does preflight work with multiple packages in a monorepo?

Preflight works across multiple packages in a monorepo by running comprehensive validations and guiding fixes across all packages to ensure complete release readiness before launch.

What is the best way to automate release readiness checks?

Automate release readiness checks by running a 15-check preflight audit that surfaces hard failures and actionable warnings, using deterministic PNPM commands for consistent CI gating.

When should I not use automated preflight checks?

Avoid automated preflight checks when your repository lacks PNPM tooling or when you need to bypass deterministic gating, as the 15-check audit relies on pnpm preflight and pnpm gate commands for validation.