qa

Identify, reproduce, and verify bugs in web applications with structured QA tests.

4|1|Updated Sep 13, 2023
One-click install
npx skills add https://github.com/louisfghbvc/mcp-leetcode-crawler --skill qa-louisfghbvc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/louisfghbvc/mcp-leetcode-crawler/tree/main/.agent/skills/qa
Command: npx skills add https://github.com/louisfghbvc/mcp-leetcode-crawler --skill qa-louisfghbvc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA teams and developers waste time chasing flaky bugs and repeating manual checks. This Skill provides a repeatable, end-to-end QA workflow that identifies, reproduces, and verifies fixes, reducing cycle time from bug discovery to shipment.

Core Features & Use Cases

  • Systematic bug hunting: reproduce, verify, and close issues across web applications.
  • Iterative fixes with atomic commits: each fix is small, reviewable, and testable, then re-verified.
  • Evidence-driven ship readiness: produce before/after health scores and a clear completion signal.

Quick Start

Run a targeted QA session on the current feature by executing the QA workflow and looping through test, fix, and re-verify.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I systematically identify and verify bugs in a web application?

To systematically verify bugs in a web application, run structured QA tests that reproduce issues, apply atomic fixes, and re-verify changes to ensure software quality. This repeatable workflow reduces the cycle time from bug discovery to shipment.

What is the best way to automate QA testing and bug fixing workflows?

The best way to automate QA testing workflows is to execute deterministic tests, apply small reviewable fixes as atomic commits, and generate before and after health evidence. This structured approach eliminates flaky bugs and manual check repetitions.

Can I use this QA workflow for both quick checks and exhaustive test scenarios?

Yes, you can use this QA workflow for both quick checks and exhaustive test scenarios across web application features. It scopes structured tests to match the required depth, applying and re-verifying atomic fixes for each identified bug.

How do I track ship-readiness and evidence after applying bug fixes?

You track ship-readiness by generating before and after health scores alongside a clear completion signal. Each verified bug fix produces an atomic commit and evidence-driven summary, confirming the web application is ready for shipment.

Why does deterministic test execution matter for software quality verification?

Deterministic test execution matters for software quality verification because it ensures consistent bug reproduction and reliable validation of fixes. By running structured tests deterministically, you eliminate flaky results and confidently verify each atomic code change.

Does this automated QA skill require any external testing dependencies or components?

No, this automated QA skill requires no external dependencies or components to function. It independently handles the entire workflow of reproducing bugs, applying atomic commits, and verifying fixes within your web application environment.