What problem does it solve?
Astro projects often suffer from CSP violations, frontmatter inconsistencies, and hydration pattern issues that can degrade security and user experience. This skill automates detection and reporting for these problems across the monorepo.
Core Features & Use Cases
- CSP validation for Astro applications to ensure inline scripts and styles are compliant with security policies.
- Frontmatter linting to catch missing or malformed frontmatter blocks, incorrect metadata, and syntax issues in .astro files.
- Hydration pattern checks to identify hydration-related antipatterns and rendering pitfalls in Astro components.
- Scope: apps/agency-web/ and any .astro files in the monorepo, enabling pre-deployment quality checks.
Quick Start
Run the Astro scan commands in Windsurf to detect CSP, frontmatter, and hydration issues in apps/agency-web and relevant .astro files.