Unity Build & CI/CD Configurator

Generate Unity build scripts, CI/CD workflows, and Git hygiene files.

7|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/JulianKerignard/Unity-Skills --skill unity-build-ci-cd-configurator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Unity Build & CI/CD Configurator
Source: https://github.com/JulianKerignard/Unity-Skills/tree/main/skills/unity-build-config
Command: npx skills add https://github.com/JulianKerignard/Unity-Skills --skill unity-build-ci-cd-configurator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure Unity build pipelines, CI/CD, and deployment automatically, generating scripts, workflows, and git hygiene configurations to streamline releases.

Core Features & Use Cases

  • Automated Build Scripts: C# Editor scripts to automate Unity builds across platforms.
  • CI/CD Templates: GitHub Actions or GitLab CI workflows tailored for Unity tests and builds.
  • Git Hygiene & Pre-Release: .gitignore/.gitattributes tuned for Unity + Git LFS + per-platform checks.

Use case: A studio wants consistent, reproducible builds across Windows, macOS, and WebGL with automated testing and artifact uploads.

Quick Start

Scan the project and generate build scripts, CI/CD workflows, and Git repository hygiene configurations.

Frequently Asked Questions about Unity Build & CI/CD Configurator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Unity builds with GitHub Actions or GitLab CI?

Automate Unity builds by generating tailored GitHub Actions or GitLab CI workflows alongside C# Editor scripts. This configures your pipeline to handle automated testing, building, and artifact uploads across target platforms.

What's the best way to configure Git LFS and .gitignore for a Unity project?

Configure Git LFS and repository hygiene by generating tailored .gitignore and .gitattributes files. This ensures large assets are tracked correctly and prevents unnecessary files from bloating your version control.

Can I use this to set up CI/CD for Unity WebGL and mobile platforms?

Yes, you can configure CI/CD for Unity WebGL and mobile platforms. The generated build scripts and workflows support automated deployment and testing across Windows, macOS, Linux, WebGL, and mobile.

How do I create a pre-release checklist for multiple Unity build targets?

Create a pre-release checklist for multiple Unity build targets by scanning your project configuration. The system generates platform-specific checks to validate settings before distributing releases across your target operating systems.

Does this Unity CI/CD configurator scan my project before generating build scripts?

Yes, the configurator scans your Unity project before generating build scripts and workflows. This scan tailors the automated settings, Git hygiene files, and deployment configurations to your specific project structure.

Why do I need Git LFS for Unity CI/CD workflows?

You need Git LFS for Unity CI/CD workflows to handle large binary assets like textures and models. Generating proper .gitattributes configurations ensures your repository remains lightweight and clone times stay manageable during automated builds.