Skip to content

meow:qa

Systematic QA testing with bug fixing, health scores, and ship-readiness assessment across three tiers.

What This Skill Does

meow:qa goes beyond finding bugs — it finds them, fixes them, and verifies the fixes. Three tiers of thoroughness: Quick (critical/high only), Standard (+ medium), Exhaustive (+ cosmetic). Produces before/after health scores and a ship-readiness summary.

Core Capabilities

  • Find + fix + verify — Not just reporting, actually fixes bugs in source code
  • Three tiers — Quick, Standard, Exhaustive based on thoroughness needed
  • Health scoring — Before/after scores to quantify improvement
  • Atomic commits — Each fix committed independently for clean history
  • Ship-readiness — Final summary: is this ready to ship?

When to Use This

Use meow:qa when...

  • A feature is ready for testing and you want bugs found AND fixed
  • You need a ship-readiness assessment
  • You want before/after quality metrics

Usage

bash
/meow:qa                    # Standard tier
/meow:qa https://app.com    # QA a specific URL

Skill Details

Phase: 2–4
Used by: tester agent
Plan-First Gate: Creates QA scope doc for Standard/Exhaustive tiers. Skips Quick tier.

Gotchas

  • Testing only happy path: All tests pass but edge cases crash in production → Include at least one error scenario, one empty state, and one boundary condition per feature
  • Not testing with realistic data volumes: Works with 3 items, crashes with 3000 → Test with representative data sizes; flag performance degradation

Released under the MIT License.