qa-testing

Run and debug tests across Go, Rust, Node.js, and Playwright.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/fadymondy/health-debug --skill qa-testing-fadymondy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-testing
Source: https://github.com/fadymondy/health-debug/tree/main/.claude/skills/qa-testing
Command: npx skills add https://github.com/fadymondy/health-debug --skill qa-testing-fadymondy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the complex process of testing across multiple programming languages and frameworks, ensuring code quality and robust application performance.

Core Features & Use Cases

  • Multi-Language Test Execution: Runs tests for Go, Rust, and Node.js applications.
  • End-to-End Testing: Integrates Playwright for comprehensive browser-based testing.
  • CI/CD Integration: Facilitates setting up and managing test pipelines for continuous integration.
  • Use Case: When a new feature is developed in the Go backend, this Skill can automatically trigger Go unit tests, Rust engine tests, and React frontend tests, then run Playwright end-to-end scenarios to ensure the entire system functions correctly before deployment.

Quick Start

Use the qa-testing skill to run all Go tests for the plugins/mcp directory.

Frequently Asked Questions about qa-testing

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

FAQPage Schema
How do I run automated tests across Go, Rust, and Node.js simultaneously?

Multi-language test execution runs automated tests across Go, Rust, and Node.js simultaneously. It orchestrates language-specific test suites and validates code quality through deterministic task execution across your entire technology stack.

What is the best way to integrate Playwright end-to-end testing into a CI pipeline?

Integrating Playwright into CI pipelines involves configuring end-to-end browser testing alongside your unit tests. This Skill orchestrates Playwright scenarios to run after backend and frontend tests, ensuring comprehensive continuous integration validation before deployment.

Can I check test coverage and debug failing tests across different programming languages?

Checking test coverage and debugging failing tests is supported across Go, Rust, and Node.js. The Skill activates for writing, running, and debugging tests while validating coverage metrics to ensure robust code quality across different technology stacks.

Does multi-agent testing work for setting up CI/CD pipelines across mixed technology stacks?

Multi-agent testing works for CI/CD pipelines across mixed technology stacks including Go, Rust, and Node.js. It facilitates setting up and managing test pipelines, automatically triggering relevant test suites and Playwright scenarios for continuous integration.

How do I ensure code quality when deploying features across multiple backend and frontend frameworks?

Ensuring code quality across multiple frameworks requires orchestrating tests for each technology stack. This Skill triggers Go unit tests, Rust engine tests, Node.js frontend tests, and Playwright end-to-end scenarios to verify the entire system functions correctly before deployment.