What problem does it solve?
This Skill automates the process of verifying code syntax, catching build errors, and identifying potential issues before they reach production, ensuring a higher quality codebase.
Core Features & Use Cases
- Comprehensive Syntax Verification: Checks for malformed imports, duplicate imports, missing extensions, and pattern validation.
- Build Validation: Ensures that the project builds successfully, catching critical errors like missing exports and unresolved modules.
- Backend Validation: Validates worker bundle size and Cloudflare compatibility for backend deployments.
- Use Case: After making significant code changes, run this skill to perform a full diagnostic check, ensuring everything is clean and ready for commit or deployment.
Quick Start
Run the verify-syntax skill to check all recently modified files and perform a full build validation.