preflight

Execute pre-delivery checks for quality gates, changelog, commits, TODOs, coverage, and documentation.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/phoenixvc/agentkit-forge --skill preflight-phoenixvc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: preflight
Source: https://github.com/phoenixvc/agentkit-forge/tree/main/.agents/skills/preflight
Command: npx skills add https://github.com/phoenixvc/agentkit-forge --skill preflight-phoenixvc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates rigorous pre-shipment checks to guarantee code quality, compliance, and readiness for release, preventing common post-deployment issues.

Core Features & Use Cases

  • Automated Quality Gates: Enforces project-specific quality standards.
  • Changelog Verification: Ensures user-facing changes are documented.
  • Commit Convention Enforcement: Validates commit history adheres to standards.
  • Code Hygiene: Checks for TODOs/FIXMEs and ensures proper issue linking.
  • Coverage Delta Monitoring: Prevents unintended regressions in test coverage.
  • Documentation Audits: Confirms external documentation is updated for API/CLI changes.

Quick Start

Run the preflight skill to perform all delivery checks on the current branch.

Frequently Asked Questions about preflight

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

FAQPage Schema
How do I automate code quality checks before shipping a release?

Automate code quality checks by running preflight delivery gates that enforce project-specific standards, verify changelog updates, and validate commit conventions to ensure release readiness.

What is a preflight release checklist and what does it validate?

A preflight release checklist is a comprehensive pre-delivery validation that audits code hygiene, ensures TODOs and FIXMEs are resolved, and confirms documentation is updated for externally visible changes.

How do I enforce commit conventions and check for unresolved TODOs before merging?

Enforce commit conventions and check unresolved TODOs by executing preflight code hygiene gates that validate commit history against standards and flag lingering TODOs or FIXMEs lacking proper issue linking.

Can I monitor test coverage regressions and documentation updates in a CI/CD pipeline?

Yes, preflight integrates into CI/CD pipelines to perform coverage delta monitoring, preventing unintended test coverage regressions, and executing documentation audits for API and CLI changes.

Does preflight work without external dependencies for quality gate enforcement?

Yes, preflight operates with no external dependencies, executing comprehensive pre-delivery checks natively to validate code against project conventions and guarantee readiness for release.

What is the best way to ensure changelog verification and code hygiene before deployment?

The best way to ensure changelog verification and code hygiene is running a preflight skill that automates rigorous pre-shipment checks, confirming user-facing changes are documented and issue linking is enforced.