preflight-feature-review

Automate a preflight review to produce a concise coding brief.

229|5|Updated May 25, 2026
One-click install
npx skills add https://github.com/compartmentdev/compartment --skill preflight-feature-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: preflight-feature-review
Source: https://github.com/compartmentdev/compartment/tree/main/.codex/skills/preflight-feature-review
Command: npx skills add https://github.com/compartmentdev/compartment --skill preflight-feature-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures every implementation task starts from a vetted, repeatable preflight, preventing ownership, runtime, lint, and surface-boundary issues from derailing development.

Core Features & Use Cases

  • Provides a structured preflight checklist before coding to identify owner, boundary, and surface constraints.
  • Returns a concise coding brief that guides implementation and reduces downstream rework.
  • Use Case: Before starting a new feature, run the preflight to surface blockers and recommended focus areas.

Quick Start

Run the preflight feature review on the next implementation task to produce a concise coding brief.

Frequently Asked Questions about preflight-feature-review

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

FAQPage Schema
What is a preflight code review and why do I need it before implementation?

A preflight code review is a structured assessment run before coding to surface ownership, runtime, and surface-boundary constraints. You need it to produce a concise coding brief that reduces downstream rework.

How do I generate a coding brief before starting feature implementation?

Run an automated preflight feature review on your implementation task to generate a coding brief. This surfaces the owner, canonical path, triggers, lint traps, and validation requirements to guide development.

What is the best way to identify lint traps and ownership boundaries before coding?

Run a preflight feature review to identify lint traps and ownership boundaries before coding. It enforces alignment with runtime hygiene and surface constraints, returning a focused brief for upcoming work.

Can I use a preflight feature review for any new implementation task?

Yes, you can use a preflight feature review for any new implementation task. It provides a repeatable preflight checklist that identifies owner, boundary, and surface constraints regardless of specific feature scope.

How does a preflight feature review prevent runtime and surface-boundary issues?

A preflight feature review prevents runtime and surface-boundary issues by enforcing alignment with runtime hygiene and surface constraints prior to edits. It surfaces blockers early to avoid derailing development.

When should I not rely on an automated preflight coding brief?

Avoid relying solely on an automated preflight coding brief if your task lacks defined ownership or canonical paths. The review depends on surfacing these structured constraints to produce a valid implementation guide.