What problem does it solve?
Automates the setup of a robust CI/CD pipeline for Astro sites using GitHub Actions, covering type checking, code quality, build validation, testing, performance gates, link checks, security audits, and automated deployment across popular hosts.
Core Features & Use Cases
- Type/content checking with astro check to ensure frontmatter validity and content schema compliance
- Code quality and formatting using ESLint and Prettier
- Build verification to catch runtime issues and integration problems
- Vitest-based tests for unit and component testing in Astro projects
- Lighthouse CI for performance, accessibility, and SEO gates
- Link checking on built output to catch broken links
- npm audit for dependency security scanning
- Deployment workflows to GitHub Pages, Cloudflare Pages, Netlify, or Vercel
- Project-aware workflow generation by detecting package manager, adapters, tests, and deployment targets
Quick Start
Install this skill with a single command to configure Astro CI workflows across your repo.