ah-check-qa

Automate UI QA with visual, accessibility, and performance checks across viewports.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/arinhubcom/arinhub-dev-skills --skill ah-check-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ah-check-qa
Source: https://github.com/arinhubcom/arinhub-dev-skills/tree/main/skills/ah-check-qa
Command: npx skills add https://github.com/arinhubcom/arinhub-dev-skills --skill ah-check-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

QA for web applications often requires time-consuming manual checks. This skill automates UI quality assurance across routes, viewports, and performance metrics using chrome-devtools-cli.

Core Features & Use Cases

  • Auto-discovers running dev servers and testable routes
  • Captures accessibility snapshots, visual diffs, and Lighthouse scores
  • Performs UI and UX checks across mobile, tablet, and desktop viewports
  • Generates a comprehensive QA report with console and network findings

Quick Start

Run the ah-check-qa skill against your project to generate a full QA report.

Frequently Asked Questions about ah-check-qa

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

FAQPage Schema
How do I automate UI QA checks for a running web application?

You can automate UI QA checks by running this skill against your project's active dev server. It automatically discovers testable routes, captures screenshots, runs Lighthouse audits, and outputs a structured QA report covering visual, accessibility, and performance metrics.

What do I need to run automated accessibility and Lighthouse audits on my dev server?

To run automated accessibility and Lighthouse audits, you need chrome-devtools-cli installed and access to your running web application. The skill connects to the active dev server to capture snapshots, audit performance, and evaluate UI compliance across multiple viewports.

Can I test visual diffs and UI responsiveness across mobile, tablet, and desktop viewports?

Yes, you can test UI responsiveness across mobile, tablet, and desktop viewports. The skill captures visual diffs and accessibility snapshots for each viewport size, identifying layout issues and generating a comprehensive report of visual findings for your web application.

Does automated UI testing capture console and network findings along with visual issues?

Yes, automated UI testing captures console and network findings alongside visual issues. The skill monitors browser console errors and network requests during route traversal, compiling all results into a structured QA report that includes Lighthouse scores and accessibility snapshots.

What is the best way to generate a comprehensive QA report for web applications without manual checks?

The best way to generate a comprehensive QA report without manual checks is using an automated tool that combines Lighthouse audits, visual diffing, and accessibility snapshots. This skill outputs a structured report covering performance scores, console errors, and network findings across viewports.