Skills tagged "Testing"
6 skills found
Creates database migration files for schema changes. Supports up/down migrations, handles data transformations, and works with popular ORMs like Prisma, Sequelize, and Django.
Sets up development environments including installing dependencies, configuring tools, and creating necessary config files. Handles Node.js, Python, and other ecosystems.
Creates Docker and docker-compose configurations for development and production environments. Includes proper networking, volumes, health checks, and environment variables.
Creates and explains cron expressions for scheduled tasks. Converts natural language to cron syntax and provides next run times.
Creates GitHub Actions CI/CD workflows for testing, building, and deploying applications. Includes caching, matrix builds, and deployment steps.
Manages environment variables across different environments. Creates .env files, validates required variables, and generates TypeScript types for type-safe access.