cloud-bundle-tester

Build and test nx-cloud client-bundle commands against snapshot, staging, and local environments.

1|Updated Jun 3, 2025
One-click install
npx skills add https://github.com/jaysoo/dot-ai-config --skill cloud-bundle-tester
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-bundle-tester
Source: https://github.com/jaysoo/dot-ai-config/tree/main/dot_gemini/skills/cloud-bundle-tester
Command: npx skills add https://github.com/jaysoo/dot-ai-config --skill cloud-bundle-tester

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build and validate nx-cloud client-bundle workflows by running tests against specific environments (snapshot, staging, local) without deploying.

Core Features & Use Cases

  • Local bundle validation: Build the client bundle and test it against a target environment to ensure compatibility.
  • Multi-environment testing: Validate onboarding, status checks, and other nx-cloud commands across snapshot, staging, and local environments.
  • Guided workflow: Clear steps and tooling to configure authentication and run tests in a reproducible way.

Quick Start

Run the nx-cloud-local wrapper to execute onboarding, status, or other commands against a chosen environment.

Frequently Asked Questions about cloud-bundle-tester

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

FAQPage Schema
How do I test nx-cloud client bundles locally before deploying?

Nx-cloud client bundles can be tested locally by building the bundle from your local NX workspace source and executing it against a target environment using a configured wrapper script.

What environments are supported for local nx-cloud client bundle testing?

Testing supports snapshot, staging, and local environments, allowing you to validate onboarding, status checks, and other nx-cloud commands across these specific targets.

Do I need a Personal Access Token to test nx-cloud commands against staging?

Yes, testing nx-cloud commands against staging or other environments requires a configured PAT per target URL to authenticate the local client bundle during execution.

Can I validate nx-cloud onboarding workflows without deploying to a live environment?

Yes, you can validate onboarding workflows without deploying by building the client bundle locally and running it against a configured snapshot or local environment for safe, reproducible testing.

What NX workspace setup is required to run local client bundle tests?

You need a local NX workspace with the client-bundle source code, a configured PAT per target URL, and a wrapper script to execute the desired nx-cloud commands against your chosen environments.

Why does my nx-cloud local bundle test fail against a staging environment?

Local bundle tests against staging typically fail due to missing or incorrect PAT configuration for the target URL; ensure your wrapper script has the correct authentication token for the specific staging environment.