qa_skill

Route QA inputs to API, UI, visual diff, and mobile test layers.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/sameer-thakkar/hackin26-next-deimos --skill qa-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa_skill
Source: https://github.com/sameer-thakkar/hackin26-next-deimos/tree/main/.cursor/skills/qa-ho
Command: npx skills add https://github.com/sameer-thakkar/hackin26-next-deimos --skill qa-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires restassured, selenium, playwright, appium, cucumber, testng, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a unified solution for automating QA across multiple layers (API, UI, VD, Mobile), integrating with a range of tools and frameworks.

Core Features & Use Cases

  • Cross-Layer QA Automation: Supports API, UI, Visual Diffs, and Mobile app QA using tools like RestAssured, Selenium, Playwright, Appium, and Cucumber.
  • Skill Index: Offers a single point to trigger appropriate tests based on input type, routing to relevant sub-skills automatically.
  • Visual Diff Support: Includes a VD engine and configuration files for visual regression testing.
  • Use Case: When a UI issue is detected in production, the skill can be used to automatically create tests for API, UI, and VD layers, streamlining the debugging and fix process.

Quick Start

To get started with QA automation, load the skill and paste the test scenario or request type. The skill will auto-detect the layer and execute the appropriate tests.

Frequently Asked Questions about qa_skill

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

FAQPage Schema
How do I automate QA testing across API, UI, and mobile app layers?

Automated visual regression testing detects UI changes by comparing baseline images against current renders. The skill includes a dedicated visual diff engine and configuration files to automate visual regression checks alongside UI tests.

Can I use Selenium and Playwright together for cross-layer UI testing?

Yes, you can use Selenium and Playwright together for UI testing. The framework integrates both tools alongside Appium for mobile, RestAssured for APIs, and Cucumber with TestNG to manage and execute comprehensive test suites.

What do I need to know to run API testing with RestAssured and TestNG?

To run API testing with RestAssured and TestNG, you need working knowledge of these frameworks. The skill requires familiarity with its integrated dependencies to successfully configure triggers and execute the automated test layers.

How do I set up visual diff testing for production UI issues?

Set up visual diff testing for production UI issues by triggering the skill with the detected scenario. It automatically generates tests for API, UI, and visual diff layers to streamline the debugging and fix process.

Does Cucumber integrate with Appium for mobile app testing automation?

Cucumber integrates with Appium to support mobile app testing automation. The skill uses this combination within its framework to route inputs to the mobile testing layer and execute behavior-driven test scenarios.