What problem does it solve? Manually validating multi-step workflows, checking for regressions, and testing API endpoints before a release is slow and error-prone. This Skill automates release testing in the cloud through the AWS DevOps Agent, using pre-configured test profiles that already contain the target URL, agent type, personas, and credentials. ## Core Features & Use Cases - UI and API Release Testing: Launch browser-based UI tests or OpenAPI-based API tests from an existing test profile (Knowledge Item ID). - Live Progress Monitoring: Poll task status and journal records to stream findings to the user in real time until the job completes. - Report Generation: On completion, retrieve the UI or API testing report and save it as a timestamped markdown file. - CLI Fallback: If the aws-devops-agent remote tools are unavailable, fall back to direct AWS CLI commands (create-backlog-task, get-backlog-task, list-journal-records). - Use Case: Before deploying a new version of your web app, ask the agent to run your QA test profile; it starts the job, reports progress, and saves a full regression report to disk. ## Quick Start Ask the agent to run release tests using your existing test profile, for example: "Run the QA release tests with test profile ki-12345 and save the report."