lpad-preflight

Automate deployment readiness checks for lpad projects on ECS and Amplify.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/syntnote/lpad-devtools --skill lpad-preflight
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lpad-preflight
Source: https://github.com/syntnote/lpad-devtools/tree/main/lpad/skills/lpad-preflight
Command: npx skills add https://github.com/syntnote/lpad-devtools --skill lpad-preflight

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a rigorous, automated preflight process to determine deployment readiness for lpad projects, including track detection, static validation, and build/test orchestration.

Core Features & Use Cases

  • Deterministic PASS/FAIL reporting with actionable remediation guidance.
  • End-to-end validation across ECS and Amplify deployment tracks, including monorepo support.
  • Version checks, git state validation, environment-variable hygiene, and infrastructure health checks to minimize failed deployments.

Quick Start

Run /lpad-preflight in your project directory to generate a deployment readiness report.

Frequently Asked Questions about lpad-preflight

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

FAQPage Schema
How do I automate preflight deployment checks for ECS and Amplify?

To automate preflight checks for ECS and Amplify, run this Skill in your project directory. It validates files, orchestrates builds and tests, and outputs a deterministic PASS/FAIL report with concrete remediation steps.

What is the best way to validate deployment readiness in a monorepo?

Deployment readiness in a monorepo is validated by analyzing the project structure and running strict gating checks. The process enforces version syncing, git state validation, and environment variable hygiene across all detected project tracks.

Does the preflight check validate git state and environment variables?

Yes, preflight checks validate both git state and environment variables. It enforces strict environment variable hygiene and git state validation to minimize failed deployments across your ECS and Amplify infrastructure tracks.

Can I use this preflight process for monorepo CI/CD pipelines?

Yes, you can use this preflight process for monorepo CI/CD pipelines. It detects project tracks within monorepos or single-project structures, running comprehensive infrastructure health and build checks before deployment.

Why does my deployment readiness report show a FAIL status?

A deployment readiness report shows a FAIL status when any validation check does not pass. The system enforces strict gating where only a full PASS across all checks is accepted, providing concrete remediation steps to resolve failures.

Do I need to sync versions before running lpad-preflight checks?

Version syncing is automatically validated during the lpad-preflight checks. The process enforces version synchronization across your project to ensure deployment readiness before generating its final deterministic report.