qa

Automate end-to-end testing across API, desktop, and Android environments.

1|Updated Jun 26, 2025
One-click install
npx skills add https://github.com/intrale/platform --skill qa-intrale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/intrale/platform/tree/main/.claude/skills/qa
Command: npx skills add https://github.com/intrale/platform --skill qa-intrale

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the end-to-end testing of the Intrale Platform against real environments, ensuring quality and validating specific issues with detailed reports and evidence.

Core Features & Use Cases

  • Environment Setup & Teardown: Manages Dockerized environments for API testing.
  • E2E Test Execution: Runs API, Desktop, and Android tests.
  • Issue Validation: Generates ephemeral tests based on GitHub issue diffs for targeted validation.
  • Reporting & Evidence: Produces detailed reports, including logs, screenshots, and video recordings.
  • Use Case: When a new feature is developed, this Skill can be invoked to run all relevant tests, confirm it works as expected, and generate a comprehensive report for the pull request. For bug fixes, it validates the specific issue against the code changes.

Quick Start

Use the qa skill to run all end-to-end tests against the API, desktop, and Android platforms.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate end-to-end testing across API, desktop, and Android environments?

Automated end-to-end testing across API, desktop, and Android environments is handled by orchestrating environment setup, executing tests using Gradle, Playwright, and Maestro, and generating detailed reports with video and log evidence.

Can I generate ephemeral tests to validate specific GitHub issues?

Validating specific GitHub issues is supported by analyzing code diffs and generating ephemeral tests for targeted validation against the real environment, producing comprehensive evidence for the pull request.

How do I set up and tear down Dockerized environments for API testing?

Dockerized environments for API testing are managed automatically through environment setup and teardown processes, ensuring isolated and controlled test execution before generating detailed validation reports.

What is the best way to run E2E tests and capture video recordings for bug fixes?

Running E2E tests for bug fixes while capturing video recordings is achieved by executing targeted validation tests and producing detailed reports that include logs, screenshots, and video evidence of the test run.

Does this testing approach support desktop and Android platforms without extra configuration?

Testing supports desktop and Android platforms natively by utilizing Playwright for desktop tests and Maestro for Android tests, orchestrating the execution seamlessly alongside API validations within the same workflow.