qa

Tests web applications for bugs and iteratively fixes them with atomic commits.

Updated Aug 28, 2026
One-click install
npx skills add https://github.com/trobias/portfolio-nextjs-v2 --skill qa-trobias
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/trobias/portfolio-nextjs-v2/tree/main/.agents/skills/qa
Command: npx skills add https://github.com/trobias/portfolio-nextjs-v2 --skill qa-trobias

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Manually testing a web application for broken links, console errors, visual glitches, and functional bugs is slow and easy to skip before shipping. This Skill systematically QA-tests a running web app, classifies every issue by severity, fixes the bugs it finds in source code, and re-verifies each fix with before/after evidence. ## Core Features & Use Cases - Tiered QA passes: Choose Quick (critical/high only), Standard (+ medium), or Exhaustive (+ cosmetic) depending on how thorough the test run should be. - Structured issue taxonomy: Categorizes findings across visual, functional, UX, content, performance, console errors, and accessibility with critical/high/medium/low severity levels. - Fix-and-verify loop: Commits each bug fix atomically, captures before/after screenshots, and produces a health score delta plus a ship-readiness summary. - Use Case: Before merging a feature branch, ask the agent to QA the local dev server; it crawls pages, clicks interactive elements, checks the console, reports issues in a standardized report template, and fixes what it can. ## Quick Start Ask the agent to run QA on your locally running web app and fix any critical or high severity bugs it finds.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automatically test my web app for bugs before shipping?▼

Invoke the QA skill against your running local or staging URL. It crawls pages, clicks interactive elements, checks console errors, classifies issues by severity, and can fix bugs it finds with atomic commits and re-verification.

What types of issues does automated web QA testing detect?▼

It detects visual layout breaks, dead buttons and broken links, form validation gaps, slow page loads, JavaScript console errors, failed network requests, and accessibility problems like missing alt text or broken keyboard navigation.

Can I run a quick QA pass instead of a full exhaustive test?▼

Yes, the skill offers three tiers: Quick covers only critical and high severity issues, Standard adds medium severity, and Exhaustive includes cosmetic and low-severity polish items.

Does the QA skill fix the bugs it finds or only report them?▼

It does both. After testing, it iteratively fixes bugs in source code, commits each fix atomically, captures before/after screenshot evidence, and re-verifies. A report-only mode is available via the /qa-only variant.

What does the QA report include after a test run?▼

The report includes an overall health score out of 100, per-category scores, a severity summary table, detailed issue entries with reproduction steps and screenshots, fix status with commit references, and a ship-readiness summary.