What problem does it solve? After generating homepage code, you need confidence that it compiles, lints cleanly, builds successfully, and meets performance budgets before moving to code review. This Skill automates that entire quality-gate sequence in one step. ## Core Features & Use Cases - Multi-Gate Verification: Runs TypeScript checks (project references or noEmit), ESLint (with optional canonical config template generation), and a full Astro build, recording pass/fail and error details for each. - Lighthouse CI Auditing: Optionally audits the built site against performance, accessibility, best-practices, and SEO thresholds of 90 when @lhci/cli is installed. - Progress Tracking: Updates per-page progress JSON files with verification results and timestamps, keeping the homepage pipeline state machine consistent. - Use Case: After running hp-gen on a pricing page, invoke this Skill to confirm the page type-checks, lints, builds, and scores above 90 on all Lighthouse categories before requesting a code review. ## Quick Start Run the hp-verify skill on my generated homepage code to check TypeScript, ESLint, the Astro build, and Lighthouse scores.