preflight

Run tests, code review, and self-improvement steps for feature branches.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/ZzAve/teambalance-app --skill preflight-zzave
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: preflight
Source: https://github.com/ZzAve/teambalance-app/tree/main/.agents/skills/preflight
Command: npx skills add https://github.com/ZzAve/teambalance-app --skill preflight-zzave

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that your coding work is thorough and of high quality by automating the execution of your test suite, code review, and self-improvement steps.

Core Features & Use Cases

  • Automated Testing: Run the full test suite to catch bugs early.
  • Code Review: Utilize the /code-review skill to get a second opinion on your code.
  • Self-Improvement: Learn from past runs to speed up future iterations.
  • Use Case: When you're ready to submit code for review, use the /preflight command to verify your changes are ready for prime time.

Quick Start

To initiate the preflight process, simply say, "/preflight".

Frequently Asked Questions about preflight

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

FAQPage Schema
How do I automate code review and test execution before submitting a feature branch?

You can automate code review and test execution by running a preflight command in your repository. This triggers your test suite and initiates code review to catch bugs and verify changes before deployment.

What is a preflight check in continuous integration workflows?

A preflight check in continuous integration workflows is an automated process that runs test suites, performs code reviews, and executes self-improvement tasks to ensure high coding quality before branch submission.

Does automated preflight testing require any specific dependencies or environments?

Automated preflight testing requires an environment with script execution and file reading capabilities. It targets developers working in code repositories that utilize feature branches for continuous integration.

How can I speed up future iterations of my test automation and code review process?

You can speed up future iterations of test automation and code review by utilizing the self-improvement feature. This allows the system to learn from past preflight runs to accelerate subsequent development cycles.

When should I run an automated code review and test suite check?

You should run an automated code review and test suite check when your code changes are ready for submission. Initiating this preflight process verifies that your updates are thoroughly tested and prepared for review.

Can I use preflight checks for continuous deployment pipelines?

Yes, preflight checks are designed to be part of a continuous integration and continuous deployment workflow. They automate running tests and code reviews to ensure coding work remains thorough and high quality throughout the pipeline.