What problem does it solve?
This Skill automates the verification of build processes for project services (API and Web), identifying and reporting any issues such as compilation errors, type errors, and lint warnings before proceeding to tests or deployment.
Core Features & Use Cases
- Automated Build Verification: Ensures all project services build successfully, reducing manual checks and preventing issues at deployment time.
- Service Identification: Automatically identifies services based on directory structure or configuration files.
- Error Reporting: Captures and reports compilation errors, type errors, and warnings, providing clear details for troubleshooting.
- Use Case: Before deploying a new version of a web application or API, use the build-check skill to confirm that both the API and web services build without errors, saving time and ensuring quality.
Quick Start
Run the build-check skill to verify that your project builds successfully.