github-actions-ci-workflow
Installation
SKILL.md
GitHub Actions CI Workflow
Set up complete GitHub Actions workflows for continuous integration and deployment of worldbuilding applications.
Overview
To configure comprehensive CI/CD pipelines with GitHub Actions:
- Analyze the project structure and dependencies
- Generate workflow files for lint, test, build, and deploy stages
- Configure caching strategies for node_modules, Next.js cache, and build artifacts
- Add preview deployment with automatic URL comments on pull requests
- Set up environment-specific deployment targets
Workflow Structure
Create the following workflow files in .github/workflows/: