What problem does it solve? Bundling, packing, publishing, and deploying multi-project UiPath automations as a single .uipx solution is error-prone when done by hand — stale bindings, desynced resource folders, deploy config mistakes, and CLI surface differences cause silent failures. This Skill drives the entire uip solution CLI lifecycle correctly and diagnoses pack/publish/deploy failures. ## Core Features & Use Cases - Full solution lifecycle: init, project add/import/remove, resources refresh/add/remove/edit, restore, pack, publish, deploy run, activate, uninstall, and package management. - Failure diagnosis: resolves stale bindings, unimported resources, deploy error codes like [1009] Invalid argument 'Value', name+version publish collisions, and pre/post-rename CLI differences. - Deploy configs & promotion: fetches and edits per-environment deploy config files, links resources to existing Orchestrator entities, and promotes one package across dev/staging/prod tenants. - Use Case: A team bundles an RPA process, a Maestro flow, and an AppV2 coded app into one solution, packs it in CI, publishes version 2.0.0, and deploys it to a production Orchestrator folder with a linked production queue. ## Quick Start Ask the assistant to pack and deploy the UiPath solution in the current folder to a new Orchestrator folder using the uip solution CLI.