Testing Assistant

Automate unit, integration, and end-to-end testing workflows for HR-IMS projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unit, integration, and end-to-end testing workflows for HR-IMS are complex and error-prone; this skill guides teams to implement structured tests across backend and frontend to improve reliability and early bug detection.

Core Features & Use Cases

  • Provides guidance on three testing levels (unit, integration, E2E) for HR-IMS.
  • Recommends toolchains (Jest, Vitest, Playwright) and example configurations to standardize tests across both backend and frontend.
  • Use case: when shipping a new feature, you can quickly scaffold unit tests for utilities, integration tests for API endpoints, and end-to-end tests for user flows.

Quick Start

Run a full test sweep in CI to validate code changes across backend, frontend, and end-to-end flows.

Frequently Asked Questions about Testing Assistant

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

FAQPage Schema
How do I set up end-to-end testing for an HR-IMS project?

Unit testing for HR-IMS frontend components is handled using Vitest. This skill provides specific setup configurations and best practices to integrate Vitest into your development workflow for early bug detection.

Can I use Jest for backend API integration testing in HR-IMS?

Yes, Jest is used for backend API integration testing in HR-IMS scenarios. This skill guides you through applying Jest to standardize test organization and enforce best practices across your development pipeline.

What is the best way to automate a full test sweep across backend and frontend?

Automating a full test sweep is best achieved by integrating Jest, Vitest, and Playwright into your CI pipelines. This skill specifies how to combine these tools to validate code changes across unit, integration, and end-to-end levels.

Does this testing workflow integrate with existing CI pipelines?

Yes, the testing workflow integrates directly with CI pipelines. This skill specifies setup guidelines to automate comprehensive software testing workflows, enforcing test organization and reporting across backend and frontend environments.

When do I need integration testing versus end-to-end testing for HR-IMS?

Integration testing is needed to validate API endpoints with Jest, while end-to-end testing with Playwright covers complete user flows. This skill provides structured guidance on when to apply each testing level for HR-IMS.