One-click install
npx skills add https://github.com/aryaxt/aryaxt-skills --skill qa-aryaxt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/aryaxt/aryaxt-skills/tree/main/skills/qa
Command: npx skills add https://github.com/aryaxt/aryaxt-skills --skill qa-aryaxt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires appium, adb, uiautomator, selenium, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of investigating changes or bug reports in apps, providing detailed visual reports to ensure functionality and identify issues.

Core Features & Use Cases

  • App Testing: Automatically test app changes or bug reports across iOS, Android, web, and API layers.
  • Visual Reports: Generate detailed HTML reports with screenshots, diagrams, and before/after comparisons.
  • Use Case: When a user reports a bug or a feature needs verification, use this Skill to drive the app, capture screenshots, and produce a comprehensive report that can be used to reproduce the issue or validate the feature.

Quick Start

To test a specific feature in the app, run /qa "feature path". To investigate a bug, use /qa "bug description".

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate app testing and generate visual reports for bug investigations?

Automate app testing by using Appium, adb, and uiautomator to drive iOS, Android, web, and API layers. The workflow captures screenshots and produces comprehensive HTML reports with visual evidence for debugging and verifying bug reports.

What is the best way to verify a bug report across multiple mobile platforms?

Verifying a bug report across platforms requires running automated app testing workflows that drive the application, capture visual evidence like screenshots, and generate detailed HTML reports to reproduce the issue or validate the feature.

Do I need Appium and adb installed to run cross-platform testing workflows?

Yes, you need Appium, adb, and uiautomator installed for iOS and Android testing. Browser automation tools and Selenium are also required dependencies for executing web testing workflows and generating visual reports.

Can I use Selenium for web testing and generate HTML reports with visual evidence?

Yes, Selenium and browser automation tools handle the web testing components. The testing workflow integrates these browser tools to capture screenshots and generate comprehensive HTML reports with visual evidence for debugging.

How do I test a specific feature path or investigate a bug description?

Test a specific feature by running the testing command with the feature path as the argument. To investigate a bug, pass the bug description to the workflow, which drives the app, captures screenshots, and produces a comprehensive report.