What problem does it solve? Adopting an automation pack in a game project risks unwanted file changes, untrusted hooks, and misconfigured agents. This Skill keeps inspection and proposal strictly read-only until the user confirms an exact transaction digest, preventing accidental or premature configuration changes. ## Core Features & Use Cases - Read-only project inspection: Runs doctor --project <root> to report the detected OS, engine, existing guidance, active MCP hosts, and constraints without modifying anything. - Digest-gated apply workflow: Generates a plan via scripts/project_setup.py plan, presents proposed AGENTS.md files, roles, permissions, backups, and rollback operations, then applies only after the user confirms the digest verbatim. - Safe rollback support: Produces rollback proposals through pack rollback <transaction-id> that also require a second digest confirmation before execution. - Use Case: A developer adopting the automation pack in a Unity project previews the proposed hooks and agent profiles, confirms the digest, applies the plan, and later rolls it back safely if needed. ## Quick Start Ask the assistant to inspect this game project and propose the optional automation pack setup without changing any files.