qa

Run tiered web application QA tests and fix bugs with atomic commits.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Systematically QA test a web application and fix bugs found. Runs QA testing, then iteratively fixes bugs in source code, committing each fix atomically and re-verifying. Use when asked to "qa", "QA", "test this site", "find bugs", "test and fix", or "fix what's broken". Proactively suggest when the user says a feature is ready for testing or asks "does this work?". Three tiers: Quick (critical/high only), Standard (+ medium), Exhaustive (+ cosmetic). Produces before/after health scores, fix evidence, and a ship-readiness summary. For report-only mode, use /qa-only.

Core Features & Use Cases

  • QA cycles that run tests, record failures, and guide fixes with atomic commits.
  • Proactive validation prompts and tiered coverage to balance speed and quality.
  • Reports including health scores, evidence, and ship-readiness summaries for decisions.

Quick Start

Ask the QA assistant to start a regression plan on the current build and generate a full QA report.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate web application testing and fix bugs in the same workflow?▼

You can automate web application testing and bug fixing by running systematic QA cycles that record failures, guide iterative source code fixes with atomic commits, and re-verify until passing. It outputs health scores and ship-readiness summaries.

What is systematic QA testing for feature readiness assessment?▼

Systematic QA testing for feature readiness automates test execution across web applications, records failures, and generates before/after health scores to objectively determine if a feature is ready to ship.

Can I run regression tests and generate a full QA report for my current build?▼

Yes, you can run regression tests on your current build. The QA process automates testing, iteratively fixes discovered bugs, and generates a full report including health scores, fix evidence, and a ship-readiness summary.

Does the QA testing process support different coverage levels for web applications?▼

The QA testing process supports three coverage tiers: Quick for critical and high issues only, Standard adding medium issues, and Exhaustive adding cosmetic issues, allowing you to balance testing speed and quality.

How do I assess web application bugs without automatically modifying the source code?▼

To assess web application bugs without automatic source code modifications, use the report-only mode. This mode runs systematic QA testing and generates health scores and ship-readiness summaries without applying iterative fixes.

When should I use atomic commits during bug fixing in web applications?▼

Atomic commits during web application bug fixing should be used when iteratively correcting source code identified by systematic QA testing. Each fix is committed atomically and re-verified to ensure the regression is resolved without introducing new failures.