v1.0.0 — Initial release
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 | bashWindows:
irm https://raw.githubusercontent.com/mirekondro/The-Pre-Flight-Check/main/install.ps1 | iexWhat'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.mdprotocol that forbids the agent from suppressing errors - Cross-platform installers with
--global/--project/--dirscopes - Example fixtures demonstrating TYPECHECK failure format
- Full contribution guide + GitHub Issue Forms + CI