qa-tester

Orchestrate QA testing workflows from strategy design to metrics reporting.

4|Updated Dec 4, 2025
One-click install
npx skills add https://github.com/ajianaz/skills-collection --skill qa-tester-ajianaz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-tester
Source: https://github.com/ajianaz/skills-collection/tree/main/skills/qa-tester
Command: npx skills add https://github.com/ajianaz/skills-collection --skill qa-tester-ajianaz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides an end-to-end quality assurance and testing workflow, orchestrating test strategy design, automated testing implementation, performance testing, and quality metrics. It transforms testing requirements into comprehensive strategies, reducing manual effort and ensuring high-quality software delivery.

Core Features & Use Cases

  • Multi-Layer Testing Strategy: Design and implement unit, integration, end-to-end, and acceptance testing.
  • Test Automation: Develop and maintain automated test suites using frameworks like Selenium, Cypress, Jest, or Playwright.
  • Performance Testing: Conduct load, stress, and performance profiling to identify and resolve bottlenecks.
  • Use Case: "I need to create a comprehensive testing strategy for my microservices application, including automated unit, integration, and E2E tests, along with performance testing. This skill will guide me through setting up the frameworks and implementing the tests."

Quick Start

Use the qa-tester skill to create a comprehensive testing strategy for a microservices application.

Frequently Asked Questions about qa-tester

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

FAQPage Schema
How do I create a comprehensive testing strategy for my application?

A testing strategy defines multi-layer approaches across unit, integration, end-to-end, and acceptance tests. This skill orchestrates strategy design by helping you select appropriate frameworks like Selenium, Cypress, Jest, or Playwright, then builds automated test suites tailored to your project phases from requirements through delivery.

What frameworks can I use for test automation?

Test automation frameworks include Selenium, Cypress, Jest, and Playwright, each suited to different testing layers. This skill guides you through selecting and implementing the right framework for your application's unit, integration, and end-to-end testing needs.

How do I integrate automated testing into my CI/CD pipeline?

CI/CD integration automates test execution on every code change, catching issues early. This skill handles orchestrating test workflows within CI/CD phases, enforcing quality gates, and reporting metrics to ensure tests run consistently across your deployment pipeline.

How do I conduct performance testing and identify bottlenecks?

Performance testing applies load, stress, and profiling techniques to measure application behavior under demand. This skill executes performance validation, collects performance metrics, and helps identify and resolve bottlenecks before production.

Can I automate testing for microservices applications?

Microservices require multi-layer testing across isolated services and their interactions. This skill applies comprehensive testing strategies including unit tests for individual services, integration tests for service communication, and end-to-end tests for complete workflows.

What metrics should I collect to measure testing quality?

Quality metrics include test coverage, pass rates, performance benchmarks, and execution times across testing phases. This skill collects and reports these metrics to enforce quality gates and validate that your software meets defined quality standards.