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:

  1. Analyze the project structure and dependencies
  2. Generate workflow files for lint, test, build, and deploy stages
  3. Configure caching strategies for node_modules, Next.js cache, and build artifacts
  4. Add preview deployment with automatic URL comments on pull requests
  5. Set up environment-specific deployment targets

Workflow Structure

Create the following workflow files in .github/workflows/:

CI Workflow (ci.yml)

Related skills

More from hopeoverture/worldbuilding-app-skills

Installs
14
GitHub Stars
3
First Seen
Jan 26, 2026