qa-test-engineer

Automate unit, integration, and component tests with Vitest and Testing Library.

1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/samChang72/custom-skills --skill qa-test-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-test-engineer
Source: https://github.com/samChang72/custom-skills/tree/main/gemini/skills/qa-test-engineer
Command: npx skills add https://github.com/samChang72/custom-skills --skill qa-test-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the QA testing process, ensuring code logic is correct, stable, and has high test coverage, saving time and effort on manual testing.

Core Features & Use Cases

  • Automated Testing: Execute unit, integration, and component tests automatically.
  • Test Coverage: Ensure comprehensive test coverage across core logic, APIs, and UI components.
  • Use Case: For a web application, this Skill can automatically test user authentication, API endpoints, and UI interactions, providing immediate feedback on code issues.

Quick Start

Run the qa-test-engineer skill to execute all tests for the 'user-authentication' module.

Frequently Asked Questions about qa-test-engineer

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

FAQPage Schema
How do I automate QA testing for web applications to ensure code stability?

Automate QA testing by executing unit, integration, and component tests automatically to validate code logic and ensure high test coverage for web applications. This reduces manual testing efforts and provides immediate feedback on code issues.

Does this test automation skill work with Vitest and Testing Library?

Yes, this test automation skill works with Vitest and Testing Library to execute unit, integration, and component tests. It validates core logic, API endpoints, and UI interactions to ensure comprehensive test coverage.

What is the best way to validate API endpoints and UI interactions during web development?

The best way to validate API endpoints and UI interactions is through automated QA testing. By running targeted tests for modules like user authentication, you receive immediate feedback on code reliability and reduce manual effort.

How do I execute tests for a specific module like user authentication?

To execute tests for user authentication, run the qa-test-engineer skill targeting that specific module. It automates the validation process for core logic, APIs, and UI components to ensure code stability.

Can I use automated testing to check test coverage across core logic and UI components?

Yes, you can use automated testing to ensure comprehensive test coverage across core logic, APIs, and UI components. It validates code correctness and stability automatically, reducing the time and effort spent on manual testing.

Why does manual software testing consume so much time for web services?

Manual software testing consumes time because it requires human effort to validate code logic, API endpoints, and UI interactions. Automating QA testing solves this by executing tests automatically and providing immediate feedback on code issues.