verify-ui-change-in-cloud

Spawn a cloud agent with computer use to verify UI changes.

6|Updated May 10, 2026
One-click install
npx skills add https://github.com/Luohao-Yan/warp-cn --skill verify-ui-change-in-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-ui-change-in-cloud
Source: https://github.com/Luohao-Yan/warp-cn/tree/main/resources/channel-gated-skills/dogfood/verify-ui-change-in-cloud
Command: npx skills add https://github.com/Luohao-Yan/warp-cn --skill verify-ui-change-in-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires test-warp-ui, and includes scripts (resource) components.

What problem does it solve?

This Skill automatically verifies user-facing client changes by spawning a cloud agent with computer use capabilities, ensuring changes are tested in a real environment.

Core Features & Use Cases

  • Automated UI Verification: Spawns a cloud agent to test UI changes.
  • Branch-based Testing: Only runs in non-sandboxed and local environments after pushing changes.
  • Use Case: After completing a user-facing client change, use this Skill to verify the changes are functioning correctly in a real-world environment.

Quick Start

Push your changes to a branch and then run the verify-ui-change-in-cloud skill.

Frequently Asked Questions about verify-ui-change-in-cloud

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

FAQPage Schema
How do I automate UI change verification in a cloud environment?

You can automate UI change verification by spawning a cloud agent with computer use capabilities to test the application in a real environment. This ensures your user-facing client changes are tested outside a sandbox.

Do I need to install any dependencies before testing UI changes in the cloud?

Yes, testing UI changes in the cloud requires the test-warp-ui skill to be pre-installed. Your environment must also target the warp repository and be non-sandboxed to execute the verification properly.

When should I use an automated cloud agent for application verification?

You should use an automated cloud agent for application verification after completing user-facing client changes and pushing them to a branch. This allows the cloud agent to test the changes in a real, non-sandboxed environment.

Does cloud UI verification work in sandboxed local environments?

Cloud UI verification does not work in sandboxed local environments. The skill specifically targets non-sandboxed and local environments to ensure changes are tested in a real-world setting after being pushed.

What's the best way to verify user-facing client changes in a real environment?

The best way to verify user-facing client changes in a real environment is to push your changes to a branch and run an automated cloud agent. This agent uses computer use capabilities to execute tests directly in the target environment.