aia4-deploy-preflight

Automates Coolify deployment pre-checks and auto-remediation for missing files, lockfile/image issues.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/Clvrwrk/PEW-V1 --skill aia4-deploy-preflight
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aia4-deploy-preflight
Source: https://github.com/Clvrwrk/PEW-V1/tree/main/_aia4-skills/aia4-deploy-preflight
Command: npx skills add https://github.com/Clvrwrk/PEW-V1 --skill aia4-deploy-preflight

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures the stability of the Pro Exteriors website's deployment process by automatically running and remedying common failures before committing or pushing code changes.

Core Features & Use Cases

  • Automated Deployment Checks: Executes the full deployment pipeline locally to catch and fix common issues.
  • Auto-Remediation: Automatically addresses known failure classes, such as lockfile desync and image issues.
  • Learning Loop: Logs new failure classes and updates the preflight script to prevent future failures.
  • Use Case: Before every commit or push to the Pro Exteriors site repository, use this Skill to ensure a stable deployment and prevent issues reaching the live site.

Quick Start

Run the preflight checks by executing 'npm run preflight' in the repository directory.

Frequently Asked Questions about aia4-deploy-preflight

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

FAQPage Schema
How do I automate deployment preflight checks for my build pipeline?

Deployment preflight checks are automated by executing the full build pipeline locally to catch and resolve issues like lockfile desync, image budget constraints, and missing files before they reach the deployment environment.

What are common deployment preflight checks and how do they prevent build failures?

Common deployment preflight checks include detecting lockfile desync, validating image format and budget constraints, and verifying missing files. Running these checks locally prevents common failure classes from reaching the live deployment environment.

How do I run the automated preflight checks before a commit?

To run the automated preflight checks before a commit, execute 'npm run preflight' in your repository directory. This triggers the local deployment pipeline to identify and auto-remediate known issues.

Can I auto-remediate lockfile desync and image issues during the build pipeline?

Yes, auto-remediation automatically addresses known failure classes such as lockfile desync and image issues during local build pipeline execution, ensuring these problems are resolved before pushing code changes.

Does this deployment preflight process work with the Coolify deployment environment?

Yes, the deployment preflight process is designed to run locally and prevent issues from reaching the Coolify deployment environment. It requires local execution of the Coolify deploy pipeline to validate stability.

Why should I run preflight checks before pushing to my repository?

Running preflight checks before pushing ensures deployment stability by catching and fixing common failures locally. It also logs new failure classes and updates the preflight script to prevent future deployment issues.