# Unity CI Github Actions

> Use to inspect Unity CI: GitHub Actions workflows, Jenkins, Unity Cloud Build, Git LFS, and Plastic SCM project config.

- Skill: `rachitkumarrastogi/unity-ci-github-actions` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rachitkumarrastogi/unity-ci-github-actions`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rachitkumarrastogi/unity-ci-github-actions/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: rachitkumarrastogi (https://skillmd.com/u/rachitkumarrastogi)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rachitkumarrastogi/unity-ci-github-actions

---

# Unity CI & version control

## Discovery

1. `list_ci_configs` — workflows / Jenkinsfile / cloud build JSON
2. `get_git_lfs_tracked` — LFS patterns from `.gitattributes`
3. `get_plastic_config` — Plastic workspace if used
4. `get_version_control_settings` — Force Text / meta visibility
5. `get_release_readiness` — gate merges on health

## Checklist

- Track `.meta` files; match `Visible Meta Files`.
- LFS for large binaries (textures, audio, models).
- Cache Library carefully; never commit Library/.
- License activation secrets stay in CI vaults, not the repo.

## Prompts

- *"What CI workflows exist?"*
- *"Which paths are Git LFS?"*

