validate-build
CommunityEnsure successful production builds, guarantee deployment readiness.
AuthorBerryKuipers
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Build failures can halt deployments, waste valuable developer time, and introduce critical bugs into production. This Skill automates the production build process to catch compilation and bundling errors early.
Core Features & Use Cases
- Automated Build Execution: Detects and runs common build commands (
npm run build,vite build,tsc --build). - Build Health Metrics: Validates successful compilation, measures build duration, and reports output size.
- Error & Warning Parsing: Extracts and categorizes build errors and warnings, providing actionable insights for quick fixes.
- Use Case: Integrate this Skill into your quality gate or CI/CD pipeline to automatically verify that your application can be successfully built for deployment, preventing broken releases.
Quick Start
Run production build validation on your project
Assumes a build script is configured in package.json (e.g., "build": "vite build").
validate-build
Output:
{
"status": "success",
"build": {"status": "passing", "duration": "12.3s", "outputSize": "245.8 kB"},
"canProceed": true
}
Dependency Matrix
Required Modules
npmvitetscdugrepjq
Components
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: validate-build Download link: https://github.com/BerryKuipers/claude-code-toolkit/archive/main.zip#validate-build Please download this .zip file, extract it, and install it in the .claude/skills/ directory.