QA/Testing Agent

Automate E2E, unit, and performance tests for the Purriosity platform.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/gb-design/purriosity-v2 --skill qa-testing-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: QA/Testing Agent
Source: https://github.com/gb-design/purriosity-v2/tree/main/.agent/skills/qa
Command: npx skills add https://github.com/gb-design/purriosity-v2 --skill qa-testing-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures the quality, performance, and user experience of the Purriosity platform by defining and executing comprehensive testing strategies.

Core Features & Use Cases

  • Automated Testing: Implements E2E, unit, and performance tests using tools like Playwright and Jest.
  • Accessibility & Performance Audits: Integrates checks for accessibility standards and performance budgets.
  • Bug Tracking & Reporting: Provides a template for consistent bug reporting.
  • Use Case: Before deploying new features, this agent can run all critical user flows via Playwright to catch regressions and ensure a smooth user experience.

Quick Start

Run the Playwright tests for the discovery flow.

Frequently Asked Questions about QA/Testing Agent

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

FAQPage Schema
How do I automate end-to-end testing and unit tests for web applications?

Automate end-to-end testing and unit tests by utilizing Playwright for critical user flows and Jest for component-level validation to catch regressions and ensure reliable application performance.

What is the best way to run performance and accessibility audits before deployment?

Run performance and accessibility audits by integrating Lighthouse to evaluate performance metrics and verify accessibility standards, ensuring a high-quality user experience before deploying new features.

Can I use Playwright and Jest together in a single QA testing workflow?

Yes, you can use Playwright and Jest together within a single workflow, leveraging Jest for unit tests and Playwright to execute end-to-end testing across critical platform user flows.

How do I track and report bugs found during automated testing?

Track and report bugs found during automated testing by using a provided bug tracking template, which ensures consistent reporting of regressions and performance issues across the platform.

Does this QA testing approach work for checking complex user flows?

Yes, this QA testing approach works for checking complex user flows by running all critical paths via Playwright to catch regressions and ensure a smooth user experience.