preflight

Installation
SKILL.md

Preflight

Run this before creating a PR to catch common issues in changed files.

Instructions

  1. Run git diff main --name-only to get list of changed files
  2. For each changed file, run the checks below
  3. Report issues with file:line references
  4. Group by category for readability

Checks

TypeScript Strict

  • No any types - find proper type or use unknown
  • No @ts-ignore or @ts-expect-error without explanation
  • Local interfaces use Props not ComponentNameProps
  • Type check passes (use make types if available, else pnpm tsc --noEmit)
Installs
11
Repository
cerico/macfair
First Seen
Feb 24, 2026
preflight — cerico/macfair