qa

Automate end-to-end web application testing and fix functional defects.

1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/LuminairPrime/openwrt-docs4ai-pipeline --skill qa-luminairprime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/LuminairPrime/openwrt-docs4ai-pipeline/tree/main/.kilocode/skills/qa
Command: npx skills add https://github.com/LuminairPrime/openwrt-docs4ai-pipeline --skill qa-luminairprime

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Developers and product teams often lack an automated, repeatable way to test a web application, surface bugs, and fix them without manual, error‑prone steps. This skill provides a systematic QA workflow that tests, diagnoses, and iteratively repairs issues while keeping a clean git history.

Core Features & Use Cases

  • End‑to‑end testing: Crawls the target URL, interacts with forms, checks console errors, and validates navigation.
  • Tiered depth: Quick (critical/high), Standard (adds medium), Exhaustive (includes low‑level cosmetic checks).
  • Automated bug fixing: Generates atomic commits for each fix, runs regression after each change, and records health scores.
  • Reporting: Produces before/after health scores, evidence screenshots, and a ship‑readiness summary.
  • User prompting: Handles telemetry, proactive suggestions, and configuration onboarding.

Quick Start

Start a QA session by typing /qa target https://example.com tier standard.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate end-to-end web testing for a specific URL?

You can automate end-to-end web testing by providing a target URL and selecting a QA tier. The skill crawls the URL, executes browser interactions, logs functional defects, and generates health scores using built-in tooling.

What is the difference between quick, standard, and exhaustive QA tiers?

QA tiers dictate test depth and fix priority. Quick targets critical and high issues, Standard adds medium severity checks, and Exhaustive includes low-level cosmetic checks to provide comprehensive coverage of functional defects.

Can automated QA testing apply code fixes and maintain a clean git history?

Automated QA testing can apply atomic code fixes for identified bugs. It generates atomic commits for each fix, runs regression tests after every change, and maintains a clean git history while tracking health score improvements.

Does automated web testing require external services or dependencies to run?

Automated web testing does not require external services. The skill uses built-in tooling to execute browser interactions, diagnose issues, apply fixes, and generate ship-readiness summaries with before and after health scores independently.

How do I generate a ship-readiness summary with health scores for my web application?

Ship-readiness summaries are generated after testing and iterative bug fixes are complete. The report includes before and after health scores, evidence screenshots of functional defects, and a final summary of the application's readiness.