Agent skill · software engineering · eyadsibai

Build & Deploy

This skill should be used when the user asks to "build the project", "run the build", "deploy to production", "validate build", "CI/CD pipeline", "deployment configuration", "pre-flight checks", "release process", or mentions build and deployment operations.

Why this skill is useful

Adds multiple executable scripts for build validation, CI/CD patterns, and deployment strategies that enhance automation and reliability.

What it needs

Requires docker, node, python installed locally. About 3k tokens when loaded. Last updated 2026-01-15. 7 stars on the source repository.

What this skill does

Build & Deploy Comprehensive build and deployment skill for validation, CI/CD patterns, and deployment strategies. Core Capabilities Build Validation Validate builds before deployment: Pre-build checks: Dependencies installed correctly Environment variables set Required services available Configuration files valid Build process: Post-build validation: Build artifacts exist Artifact sizes reasonable Version numbers correct No development dependencies in production CI/CD Patterns Common continuous integration/deployment patterns: GitHub Actions: Pipeline stages: 1. Lint: Code style and quality 2. Test: Unit and integration tests 3. Build: Create artifacts 4. Security: Scan for vulnerabilities 5. Deploy: Push to environment Deployment Strategies Choose appropriate deployment approach: Rolling Deployment: Gradual replacement of instances Zero downtime Easy rollback Best for: Stateless services Blue-Green Deployment: Two identical environments Instant switch between versions Simple rollback Best for: Critical services Canary Deployment: Small percentage gets new version Gradual traffic increase Risk mitigation Best for: High-traffic services Feature Flags: Deploy code, enable separately Gradual rollout to users Quick disable if issues Best for: New features Pre-flight Checks Validation before deployment: Checklist: Automated checks: Build Workflows Local Build For development and testing: Production Build For deployment: Container Build For containerized deployments: Deployment Workflows GCP Cloud Run GCP Compute Engine GCP Cloud Functions Environment Management Environment Variables Required variables: Validation: Configuration Management Environment-specific configs: Loading pattern: Rollback Procedures Quick Rollback Rollback Checklist Monitoring Integration Health Checks Deployment Metrics Track after deployment: Response times Error rates Resource utilization Business metrics Integration Coordinate with other skills: security-scanning skill: Pre-deploy security chec …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills eyadsibai/build-deploy

View the source on GitHub

Browse the @skills marketplace