Cloud Test

Use when exercising an API against a deployed environment — a preview, a shared non-production environment, or anything else reachable over the network. The target base URL is passed in and echoed back, never derived from a naming convention, because a guessed host either wastes the pass or hits the wrong environment. Read-only by default: writes need authorising in that run, irreversible operations need confirming one at a time, and production stays read-only regardless. Confirms the deployed build actually contains the change before trusting any result, captures degraded optional integrations, and accounts for scale-to-zero cold starts. Credentials come from the environment and never reach a document; neither do real users' data or full response bodies. Never deploys and never edits code.

konradcinkusz 813af6f 12.9 KB Updated

File contents

konradcinkusz/architecture-standards/tree/main/plugins/ticket-delivery/skills/cloud-test commit 813af6f776

Frequently asked questions

npx skillmds@latest add konradcinkusz/cloud-test