preflight — community preflight, agentkit-forge, JustAGhosT, community, ai agent skill, ide skills, agent automation, AI agent skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Development Agents needing automated quality assurance and delivery checks for Windows projects. Runs enhanced delivery checks before ship: quality gates, changelog, coverage delta, commit convention conformance, TODO/FIXME hygiene, and documentation updates for externally visible changes.

JustAGhosT JustAGhosT
[0]
[0]
Updated: 3/8/2026

Quality Score

Top 5%
41
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add JustAGhosT/agentkit-forge/preflight
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The preflight skill by JustAGhosT is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Development Agents needing automated quality assurance and delivery checks for Windows projects.

Core Value

Empowers agents to enforce quality gates, verify changelog and coverage delta checks, and ensure commit convention conformance, TODO/FIXME hygiene, and documentation updates for externally visible changes using protocols like pnpm.

Capabilities Granted for preflight

Automating pre-ship checks for Windows developers
Validating changelog and coverage delta for real projects
Enforcing commit convention conformance and TODO/FIXME hygiene

! Prerequisites & Limits

  • Requires pnpm installation
  • Windows development environment only
  • Limited to projects with specific configuration files (.agentkit/spec and .agentkit/overlays/agentkit-forge)
Project
SKILL.md
1.8 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly
<!-- GENERATED by AgentKit Forge v3.1.0 — DO NOT EDIT --> <!-- Source: .agentkit/spec + .agentkit/overlays/agentkit-forge --> <!-- Regenerate: pnpm -C .agentkit agentkit:sync -->

preflight

Runs enhanced delivery checks before ship: quality gates, changelog, coverage delta, commit convention conformance, TODO/FIXME hygiene, and documentation updates for externally visible changes.

Usage

Invoke this skill when you need to perform the preflight operation.

Checks (beyond /check)

  1. Quality Gates — Run /check and fail on any error
  2. Changelog Updates — Verify changelog/release notes when user-facing behavior changed (CLI flags, API contracts, UI copy, migration semantics)
  3. Commit Convention — Validate commits in range follow conventional commit format
  4. TODO/FIXME Hygiene — Detect entries without issue references in changed files
  5. Coverage Delta — Fail when coverage regresses vs. baseline. Accept documented waivers with author, rationale, linked issue, and expiry date.
  6. Docs Updates — Confirm docs updated for API/CLI behavior changes

Output

Produce a pass/fail table: Check | Status | Evidence | Required Follow-up. Include range resolution info, baseline and current coverage percentages with delta.

Usage

/preflight [--stack <stack>] [--range <git-range>] [--base <remote-branch>] [--strict]

If --range is omitted, auto-detect via merge-base against the default branch. If detection fails, fall back to HEAD~50..HEAD with a visible warning.

Project Context

  • Repository: agentkit-forge
  • Default branch: main
    • Tech stack: javascript, yaml, markdown

Conventions

  • Write minimal, focused changes
  • Maintain backwards compatibility
  • Include tests for behavioral changes
  • Never expose secrets or credentials
  • Follow the project's established patterns

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is preflight?

Perfect for Development Agents needing automated quality assurance and delivery checks for Windows projects. Runs enhanced delivery checks before ship: quality gates, changelog, coverage delta, commit convention conformance, TODO/FIXME hygiene, and documentation updates for externally visible changes.

How do I install preflight?

Run the command: npx killer-skills add JustAGhosT/agentkit-forge/preflight. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for preflight?

Key use cases include: Automating pre-ship checks for Windows developers, Validating changelog and coverage delta for real projects, Enforcing commit convention conformance and TODO/FIXME hygiene.

Which IDEs are compatible with preflight?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for preflight?

Requires pnpm installation. Windows development environment only. Limited to projects with specific configuration files (.agentkit/spec and .agentkit/overlays/agentkit-forge).

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add JustAGhosT/agentkit-forge/preflight. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use preflight immediately in the current project.

Related Skills

Looking for an alternative to preflight or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
AI

antd-commit-msg

Logo of ant-design
ant-design

Generate a single-line commit message for ant-design by reading the projects git staged area and recent commit style. Use when the user asks for a commit message, says msg, commit msg, 写提交信息, or wants

97.8k
0
Design