Skip to content

v1.0.0 — Initial release

Choose a tag to compare

@mirekondro mirekondro released this 10 Jun 21:44
· 70 commits to main since this release
12e1db7

First public release of pre-flight-check — a Claude Code skill that runs a fail-fast quality gate pipeline (Typecheck → Lint → Test → Security Audit) before your agent is allowed to declare a task done or commit code.

Install

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/mirekondro/The-Pre-Flight-Check/main/install.sh | bash

Windows:

irm https://raw.githubusercontent.com/mirekondro/The-Pre-Flight-Check/main/install.ps1 | iex

What's included

  • Auto-detection of Node.js (npm/pnpm/yarn) and Python (poetry/pip) projects
  • 4 sequential quality gates with structured Markdown output for LLM consumption
  • Strict SKILL.md protocol that forbids the agent from suppressing errors
  • Cross-platform installers with --global / --project / --dir scopes
  • Example fixtures demonstrating TYPECHECK failure format
  • Full contribution guide + GitHub Issue Forms + CI