What problem does it solve?
Quality Assurance resolves the risk of shipping broken, insecure, or unverified changes by turning debugging and verification into repeatable, evidence-first workflows.
Core Features & Use Cases
- Evidence-first QA for PRs: Guides review, debugging, and repair using concrete artifacts (stack traces, failure logs, screenshots, traces) instead of opinions.
- Deterministic test strategy: Enforces error-path coverage, boundary testing, contract/component testing, and minimal-but-strong regression suites.
- Security and compliance-oriented validation: Supports passive security review, threat modeling, and secure engineering checks aligned to release confidence.
- LLM/AI evals alongside traditional tests: Adds evals when prompts, tool calls, RAG, or nondeterministic outputs are part of the behavior under test.
- Browser trace observability: Enables agent-driven QA with full observability into network, DOM, screenshots, and console logs via the browser-trace workflow.
Quick Start
Run the QA scan on your repository by using the installed skill directory’s scanner script against the target repository root.