test-data

Read and write test data across MotoRent core and tenant schemas via SqlCmd.exe.

Updated Jan 7, 2026
One-click install
npx skills add https://github.com/erymuzuan/motorent --skill test-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-data
Source: https://github.com/erymuzuan/motorent/tree/main/.copilot/skills/test-data
Command: npx skills add https://github.com/erymuzuan/motorent --skill test-data

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables efficient access to test data by reading from sources and writing to destinations to streamline development and testing workflows.

Core Features & Use Cases

  • Read test data from a source and load into a test environment.
  • Write generated or modified test data back to the core or tenant databases.
  • Use Case: Seed a MotoRent core database with sample tenant and user data for QA testing.

Quick Start

Load a sample test data set and commit it to the MotoRent core database to seed test environments.

Frequently Asked Questions about test-data

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

FAQPage Schema
How do I write test data to a SQL database using sqlcmd?

To write test data using sqlcmd, this Skill persists generated or modified datasets directly into core and tenant SQL database schemas. It specifically commits sample records to the MotoRent backend for QA testing.

What is the best way to seed a multi-tenant database with sample test data?

Seeding a multi-tenant database involves writing test data to distinct core and tenant schemas. This Skill populates the MotoRent database structure with sample tenant and user data for development and QA testing.

Can I use JSON data representations when loading test data into a SQL backend?

JSON data representations are supported when loading test data into a SQL backend. This Skill processes JSON formats to read from sources and write test data via SqlCmd.exe into the target database environments.

How do I read test data from a source and load it into a test environment?

Reading test data from a source and loading it into a test environment is achieved by extracting sample datasets and persisting them to the destination. This Skill manages this data flow to streamline development and QA workflows.

Does this test data Skill work without external dependencies?

The test data Skill operates without external dependencies. It interacts directly with SQL-based backends using SqlCmd.exe to manage test data schemas and process JSON data representations independently.