QA testing workflows — test planning, E2E with Playwright, regression testing, bug reporting for Repo
From claude-toolkitnpx claudepluginhub johwer/marketplace --plugin claude-toolkitThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
ComponentName.test.tsx next to ComponentName.tsximport { describe, expect, it } from "vitest" (CI fails without)@testing-library/react for renderingapps/web/e2e/data-testid attributes (never CSS classes)storageState for pre-authenticated sessionsservices/{Domain}/{Service}.Test/Moq for interface mocking (but never mock the database in integration tests)services/{Domain}/{Service}.IntegrationTests/WebApplicationFactory<T> for API tests## Bug: [Brief description]
**Steps to reproduce:**
1. Navigate to [page]
2. Click [element]
3. Enter [data]
**Expected:** [What should happen]
**Actual:** [What actually happens]
**Environment:**
- Browser: Chrome 120
- User role: Admin / Employee
- Test user: [username]
**Evidence:**
- Screenshot: [path or attached]
- Video: [path or attached]
- Console errors: [if any]
**Severity:** Critical / High / Medium / Low
Install for enhanced testing capabilities:
# QA Skills — 20+ testing skills (Playwright, Jest, security, accessibility)
npx @qaskills/cli add playwright-e2e
npx @qaskills/cli add jest-unit-testing
# Agentic QE — AI-powered test generation and coverage analysis
npm install -g agentic-qe && cd your-project && aqe init --auto
# Playwright QA — No-code recording → production-ready tests
git clone https://github.com/sharmasundip/playwright-qa-skills.git ~/.claude/skills/playwright-qa