test-accounts

Generate and manage test accounts with personas, seed data, and credentials.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/Cure-Consulting-Group/iep-and-thrive --skill test-accounts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-accounts
Source: https://github.com/Cure-Consulting-Group/iep-and-thrive/tree/main/.agents/skills/test-accounts
Command: npx skills add https://github.com/Cure-Consulting-Group/iep-and-thrive --skill test-accounts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires firebase-admin, stripe, faker, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the creation, management, and cleanup of test accounts for various platforms, ensuring consistent and reproducible test states without using real user data.

Core Features & Use Cases

  • Test Account Generation: Automatically create test accounts with personas, seed data, and environment-scoped credentials.
  • Environment Scoping: Tailors test accounts to specific environments like local, dev, staging, and production.
  • Compliance-Safe Data: Generates synthetic data compliant with regulations like HIPAA and GDPR.
  • Use Case: When setting up a new feature for testing, use this Skill to create a full set of test accounts with predefined personas and seed data, ensuring a consistent test environment.

Quick Start

Generate a full set of test accounts for the 'Antigravity' project using the test-accounts skill.

Frequently Asked Questions about test-accounts

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

FAQPage Schema
How do I automate test account setup across multiple platforms?

Automating test account setup generates and manages accounts for Android, iOS, and Web platforms with predefined personas, seed data, and environment-scoped credentials to ensure consistent and reproducible test states.

What is the best way to generate HIPAA and GDPR compliant synthetic data for testing?

Generating compliance-safe synthetic data uses libraries like faker to create test accounts and seed data that meet HIPAA and GDPR regulations, ensuring you avoid using real user data during platform testing.

Can I scope test accounts to specific environments like staging and production?

Scoping test accounts to specific environments tailors credentials and seed data for local, dev, staging, and production, ensuring reproducible test states without real user data across your platform testing lifecycle.

Do I need Firebase Admin and Stripe SDKs to manage test accounts?

Managing test accounts requires the Firebase Admin SDK and Stripe SDK to handle environment-scoped credentials and platform-specific seed data, alongside faker for generating synthetic personas and test data.

How does synthetic data generation work for reproducible test environments?

Synthetic data generation for reproducible test environments works by creating predefined personas and associated seed data using faker, ensuring consistent test states across multiple platforms without real user information.