preflight

Installation
SKILL.md

Preflight Check

Run all local quality gates for the affected library. If no argument provided, detect the library from changed files via git diff --name-only.

Steps

1. Identify scope

# If $ARGUMENTS provided, use it. Otherwise detect from changed files:
git diff --name-only HEAD~1

Map changed file paths to library names (libs/core/core, libs/platform/platform, etc.).

2. Format

Related skills
Installs
4
GitHub Stars
292
First Seen
Apr 5, 2026