Preflight

Run a change-gated, branch-scoped lint preflight (ESLint / markdownlint / actionlint) on the files a branch changes versus its base, classify each violation as introduced vs pre-existing, and drive the fix/defer loop via an exit-code contract (0 pass, 1 introduced/blocking, 2 pre-existing only). Use when asked to run preflight, check whether a branch will pass lint before pushing, or as the lint gate inside a ship/PR flow. Lints only the categories the branch touched — not a whole-repo lint — with linted workspaces and the base branch auto-detected, so a consuming repo configures nothing in the common case.

rheged-studio aa78355 11 files · 64.0 KB Updated

File contents

rheged-studio/agent-skills/tree/main/skills/preflight commit aa783551e3

Frequently asked questions

npx skillmds@latest add rheged-studio/preflight