agent-qc

Automate visual, functional, and interaction testing of web applications across device viewports.

Updated May 4, 2026
One-click install
npx skills add https://github.com/VIethoangnguyenle/nexus-enterprise --skill agent-qc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-qc
Source: https://github.com/VIethoangnguyenle/nexus-enterprise/tree/main/.agent/skills/agent-qc
Command: npx skills add https://github.com/VIethoangnguyenle/nexus-enterprise --skill agent-qc

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the quality assurance process by enabling automated visual, functional, and interaction testing of web applications through browser simulation, reducing manual effort and increasing testing consistency.

Core Features & Use Cases

  • Visual Testing: Capture screenshots at multiple device breakpoints to verify layout consistency across devices.
  • State Testing: Validate empty, loading, error, and permission states of application screens.
  • Functional Testing: Automate end-to-end user flows to ensure correct behavior and data integrity.
  • Interaction Audit: Exhaustively click and verify every interactive element on the page to identify dead or malfunctioning controls.

Quick Start

Use this Skill to run complete QA tests on the deployed web app, capturing visual regressions and interaction issues to ensure a polished user experience.

Frequently Asked Questions about agent-qc

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

FAQPage Schema
How do I automate visual regression testing for web applications across multiple devices?

Automate visual regression testing by capturing screenshots at multiple device breakpoints during browser simulation. This verifies layout consistency across devices and identifies UI changes without manual effort.

Can I automatically verify every interactive element on a web page for dead controls?

Yes, by performing an interaction audit that exhaustively clicks and verifies every interactive element on the page. This identifies dead or malfunctioning controls during automated web testing.

What is the best way to test application states like empty, loading, and error screens?

State testing validates empty, loading, error, and permission states of application screens through scripted browser-controlled tests. This ensures UI correctness and state reliability across user flows.

Does browser simulation testing work for end-to-end functional user flows?

Browser simulation automates functional testing of end-to-end user flows to ensure correct behavior and data integrity. It scripts interactions to validate application logic continuously.

What are the limitations of automated interaction testing for web apps?

Automated interaction testing requires scripted browser-controlled tests and may not catch dynamic elements outside defined flows. It focuses on known interactive elements and predefined states.