test

Run backend, frontend, and ML test suites with Jest, Vitest, and pytest.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Running tests across multiple services can be tedious and error-prone; this Skill centralizes test execution to speed up validation.

Core Features & Use Cases

  • Orchestrates backend, frontend, and ML test suites with a single command.
  • Enables quick verification of code changes, regressions, and CI readiness.
  • Use Case: A developer modifies backend code and wants to run the entire test suite to ensure no regressions before merging.

Quick Start

Run tests for the specified service (backend, frontend, ml) or all services using the command arguments.

Frequently Asked Questions about test

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

FAQPage Schema
How do I run tests across multiple services before merging code changes?

Running tests across multiple services is automated by orchestrating backend, frontend, and ML suites with a single command to verify code changes and prevent regressions before merging.

Can I use pytest and Jest together for testing different application components?

Yes, you can use pytest and Jest together. The test runner coordinates relevant frameworks automatically, applying pytest for ML components, Jest for backend, and Vitest for frontend testing.

What is the best way to automate CI validation for frontend and backend test suites?

Automating CI validation is best handled by centralizing test execution, which orchestrates frontend and backend test suites together to quickly verify CI readiness and detect regressions.

How do I pass extra options to the test command when running specific services?

Extra options can be forwarded directly to the test command when running tests for a specified service, allowing you to customize the execution of your backend, frontend, or ML test suites.

Does this test runner support local development checks for ML components?

Yes, the test runner supports local development checks for ML components by applying pytest, alongside its capabilities for validating backend and frontend components during development.