qa

Test Tumai studio UI and flows across feature branches and releases.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/mariasebarespersona/Tum-AI --skill qa-mariasebarespersona
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/mariasebarespersona/Tum-AI/tree/main/.claude/skills/qa
Command: npx skills add https://github.com/mariasebarespersona/Tum-AI --skill qa-mariasebarespersona

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA ensures Tumai studio app works as a user would, catching UI and flow issues before release.

Core Features & Use Cases

  • Diff-aware testing to isolate changes
  • Full regression suites for comprehensive coverage
  • Quick smoke tests to validate critical paths
  • Automated issue reporting with screenshots and health scores

Quick Start

Run a quick 30-second smoke test: login, check the dashboard, and open the editor to ensure basic functionality.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I run browser regression testing for UI flows?

Browser regression testing validates UI flows from a user perspective. This skill automates testing across feature branches, covering login, dashboard, editor, marketplace, and executions to ensure page loads and navigation work correctly.

What is diff-aware testing and when do I need it?

Diff-aware testing isolates changes by focusing only on modified areas within feature branches. You need it when you want to validate specific updates without running a full regression suite, saving time while ensuring new changes do not break existing UI flows.

Can I run a quick smoke test to validate critical app paths?

Yes, you can run a quick smoke test to validate critical paths. This 30-second mode checks login, dashboard, and editor functionality to ensure basic app operations are working before proceeding with comprehensive testing.

How do I track bug tracking issues with automated health scores?

Automated issue reporting provides bug tracking data with screenshots and health scores. This outputs detailed issue reports and a regression-ready test plan, quantifying UI quality and tracking bugs across releases and feature branches.

Does this QA automation tool support testing marketplace and execution flows?

Yes, this QA automation tool supports testing marketplace and execution flows. It validates data presentation, page loads, and navigation specifically across these areas, ensuring comprehensive coverage of the user experience.

What is the best way to test UI changes across feature branches?

The best way to test UI changes across feature branches is using a combination of diff-aware, full, and quick testing modes. This approach isolates specific changes while maintaining overall regression coverage for releases.