test-engineer

Design and implement unit, integration, and end-to-end tests with Jest, Vitest, Playwright, and Cypress.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/imudak/claudemd-gen --skill test-engineer-imudak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-engineer
Source: https://github.com/imudak/claudemd-gen/tree/main/.claude/skills/test-engineer
Command: npx skills add https://github.com/imudak/claudemd-gen --skill test-engineer-imudak

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of designing, implementing, and executing software tests, ensuring code reliability and catching bugs early in the development cycle.

Core Features & Use Cases

  • Test Strategy Design: Develop comprehensive test plans covering unit, integration, and E2E tests.
  • Test Case Implementation: Write robust test code using popular frameworks like Jest, Vitest, and Playwright.
  • Test Execution & Reporting: Run tests, analyze results, and generate coverage reports.
  • Use Case: You've just finished implementing a new user authentication feature. Use this Skill to automatically generate unit tests for your auth service, integration tests for your API endpoints, and E2E tests for the login flow, ensuring everything works as expected.

Quick Start

Use the test-engineer skill to generate unit tests for the src/utils/helpers.ts file.

Frequently Asked Questions about test-engineer

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

FAQPage Schema
How do I generate unit and integration tests for my authentication feature?

To generate unit and integration tests for your authentication feature, you can use this Skill to automatically create test cases for your auth service and API endpoints using frameworks like Jest and Vitest.

What is the best way to design a comprehensive test strategy for end-to-end testing?

The best way to design a test strategy for end-to-end testing is to define comprehensive test plans covering unit, integration, and E2E tests, utilizing frameworks like Playwright and Cypress to validate complete user flows.

Can I use TDD and BDD practices to write test code with Vitest and Playwright?

Yes, you can use TDD and BDD practices to write test code with Vitest and Playwright, as the Skill facilitates strategy development and test case implementation using these methodologies and frameworks.

How do I run tests and generate coverage reports for my codebase?

You can run tests and generate coverage reports for your codebase by executing the implemented test suites, analyzing the results, and producing detailed reports to ensure code reliability and catch bugs early.