infrastructure-ci-cd-game
Installation
SKILL.md
CI/CD for Games
Purpose
GitHub Actions pipelines, test strategies, migration safety, and staging environments for game projects.
When to Use
Trigger: CI/CD, GitHub Actions, deployment, pipeline, testing, staging, migration, continuous integration, continuous deployment, build pipeline, release
Prerequisites
postgres-game-schema— migration safetygame-backend-architecture— what we're deploying
Core Principles
- Never deploy without tests — automated tests gate every deployment
- Migrations are one-way — never run destructive migrations in production without backup
Related skills