test-generator

Generate Vitest, Jest, and Playwright test suites for HR-IMS.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/Arnutt-N/hr-ims --skill test-generator-arnutt-n
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: test-generator
Source: https://github.com/Arnutt-N/hr-ims/tree/main/.claude/skills/test-generator
Command: npx skills add https://github.com/Arnutt-N/hr-ims --skill test-generator-arnutt-n

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual test generation for HR-IMS is time-consuming and error-prone, slowing QA feedback loops and delivery velocity.

Core Features & Use Cases

  • Generates unit tests for frontend using Vitest, backend using Jest, and E2E tests using Playwright.
  • Provides ready-to-use templates for common CRUD and authentication flows.
  • Offers project-wide test scaffolding, coverage guidance, and configurable templates for scalable QA automation.

Quick Start

Run the test-generator against your HR-IMS project to scaffold Vitest frontend tests, Jest backend tests, and Playwright e2e templates.

Frequently Asked Questions about test-generator

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

FAQPage Schema
How do I generate Vitest and Jest test suites for an HR-IMS project?▼

You can scaffold frontend unit tests and backend service tests by running the test-generator against your HR-IMS project, which outputs ready-to-use Vitest and Jest templates for common CRUD and authentication flows.

What is the best way to automate e2e testing templates for HR-IMS authentication flows?▼

Automating e2e testing for HR-IMS authentication is done using Playwright templates from the test-generator, which outputs ready-to-use end-to-end scenarios and mock patterns ensuring comprehensive coverage.

Does the test-generator provide configuration guides for Vitest, Jest, and Playwright?▼

Yes, the test-generator provides configuration guides for Vitest, Jest, and Playwright, supplying setup instructions and mock patterns that emphasize coverage targets and maintainable test structures across your project.

Can I scaffold both unit and integration testing workflows for backend services?▼

Yes, you can scaffold unit and integration testing workflows for backend services using Jest templates, which include mock patterns and common CRUD flow examples to validate HR-IMS service logic.

Why does manual test generation slow down QA feedback loops in HR-IMS development?▼

Manual test generation slows QA feedback loops because writing tests by hand is time-consuming and error-prone, whereas auto-generating HR-IMS tests with structured templates accelerates delivery velocity and maintains coverage.

What are the limitations of auto-generating tests for HR-IMS frontend components?▼

Auto-generating tests for HR-IMS frontend components focuses on common CRUD and authentication flows using Vitest, meaning highly custom business logic may require manual adjustments beyond the provided templates and mock patterns.