qa

Automate browser-based QA testing and generate bug reports with evidence.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/puwenjunluck-pixel/aioncode --skill qa-puwenjunluck-pixel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/puwenjunluck-pixel/aioncode/tree/main/skills/qa
Command: npx skills add https://github.com/puwenjunluck-pixel/aioncode --skill qa-puwenjunluck-pixel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires selenium, pytest, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of browser-based QA testing, bug reporting, and optionally fixing issues with evidence, streamlining the QA process for web applications.

Core Features & Use Cases

  • Browser-Driven QA: Automates testing of web applications by simulating user interactions and identifying bugs.
  • Bug Reporting: Generates detailed bug reports with evidence, such as screenshots and console logs.
  • Optional Bug Fixing: Offers the option to automatically fix identified bugs, with the ability to perform regression tests.
  • Use Case: When testing a new feature or deployment of a web application, use this Skill to ensure that the application meets quality standards and identify any issues that need to be addressed.

Quick Start

Run the /aion:qa command with the URL of the web application you want to test.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate browser QA testing for web applications?

Automate browser QA testing by simulating user interactions to identify bugs and generate reports. This skill uses selenium and pytest to drive web application testing, capturing screenshots and console logs as evidence.

How do I generate bug reports with evidence like screenshots and logs?

Generate detailed bug reports with evidence by automating web application testing. This skill captures screenshots and console logs during simulated browser interactions, classifies identified bugs, and compiles them into comprehensive reports.

Can I use selenium and pytest for regression testing after bug fixing?

Yes, you can use selenium and pytest for regression testing. This skill supports optional bug fixing and performs regression tests to ensure web application stability after automated bug identification and resolution.

Does automated web application testing support login workflows?

Automated web application testing supports login workflows. This skill simulates user interactions including automated login, enabling comprehensive QA testing for authenticated areas of web applications.

What's the best way to identify and classify bugs during browser testing?

Identify and classify bugs during browser testing by automating QA workflows. This skill simulates user interactions, detects issues, categorizes them by classification, and generates detailed reports with evidence for software development.

Why do I need python libraries like requests for browser QA?

Python libraries like requests are needed for browser QA to handle API testing and network interactions. This skill requires requests alongside selenium and pytest to automate comprehensive web application testing and regression workflows.