qa

Automate project testing, detect defects, and document results end-to-end.

4|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/baleen37/bstack --skill qa-baleen37
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/baleen37/bstack/tree/main/plugins/me/skills/qa
Command: npx skills add https://github.com/baleen37/bstack --skill qa-baleen37

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically QA test a project 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", "find bugs", "test and fix", or "fix what's broken".

Core Features & Use Cases

  • End-to-end QA loop: explore, test, fix, verify, and report with atomic commits.
  • Tiered testing: Quick, Standard, Exhaustive with structured health outputs.
  • Evidence-driven reporting: before/after health scores, fix evidence, and ship-readiness insights.

Quick Start

Trigger a QA cycle on the current project.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate testing and bug fixing for a software project per commit?

Automated QA testing and bug fixing runs end-to-end on a project, detects defects, iteratively applies source code fixes, commits each fix atomically, and re-verifies the results.

What's the best way to run regression checks and generate ship-readiness reports?

Regression checks and ship-readiness reports are generated through an evidence-driven QA loop that collects before and after health scores, fix evidence, and structured insights to determine project stability.

Does this QA automation tool work without external dependencies or components?

Yes, this QA automation tool operates independently with no external dependencies or components required, directly orchestrating testing, evidence collection, and reporting within your environment.

Can I choose between quick and exhaustive testing tiers for my project?

Yes, you can select from Quick, Standard, and Exhaustive testing tiers to match the depth of regression checks, evidence collection, and health score evaluation needed for your project.

Why use atomic commits when iteratively fixing bugs during QA testing?

Atomic commits isolate each source code fix during the QA loop, ensuring that every defect resolution is individually verified and documented before moving to the next bug.

When do I need exhaustive QA testing with health scores before shipping?

Exhaustive QA testing with health scores is needed when you require comprehensive regression checks and documented evidence to confidently assess ship-readiness before a release.