preflight

Run automated pre-release validation checks on software projects.

1|1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/corbat-tech/coco --skill preflight-corbat-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: preflight
Source: https://github.com/corbat-tech/coco/tree/main/.claude/skills/preflight
Command: npx skills add https://github.com/corbat-tech/coco --skill preflight-corbat-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures your project is in optimal condition for release by running a comprehensive suite of automated checks, preventing potential issues before they reach production.

Core Features & Use Cases

  • Environment Validation: Checks Git status, branch, and authentication.
  • Version Analysis: Assesses commits, suggests version bumps, and summarizes changes.
  • Code Quality Checks: Runs type checking, linting, and tests.
  • Build & Coverage Verification: Confirms successful builds and reports test coverage.
  • Changelog Review: Ensures the changelog is up-to-date and reflects recent commits.

Quick Start

Run the preflight skill to perform all validation checks before a release.

Frequently Asked Questions about preflight

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

FAQPage Schema
How do I run pre-release validation checks before deploying my code?

Pre-release validation checks verify environment status, versioning, code quality, build success, and changelog accuracy to ensure project readiness for deployment. Run the preflight skill to execute all automated checks before a release.

What is automated release readiness verification and what does it cover?

Release readiness verification is an automated process that checks Git status, branch authentication, version bumps, type checking, linting, tests, builds, and changelog accuracy to prevent potential issues before they reach production.

Can I check my Git status and branch authentication as part of CI/CD validation?

Yes, environment validation checks Git status, branch, and authentication as part of the pre-release validation suite. This ensures your project environment is correctly configured before deployment.

How do I verify my changelog is up-to-date with recent commits before a release?

Changelog review checks that your changelog is up-to-date and accurately reflects recent commits. This pre-release validation ensures deployment documentation matches the actual code changes made.

Does preflight suggest version bumps based on commit history?

Yes, version analysis assesses commits and suggests version bumps while summarizing changes. This helps determine the appropriate version increment for your upcoming release.

What code quality checks are needed before deploying to production?

Essential code quality checks include type checking, linting, and running tests. The preflight validation suite also confirms successful builds and reports test coverage to ensure deployment readiness.