practice-hub-testing

Community

Automate testing, guarantee app reliability.

AuthorJoeInnsp23
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Ensuring the reliability and security of a complex multi-tenant application requires rigorous testing, especially for data isolation and API integrity. This Skill provides comprehensive testing workflows and automation to validate every aspect of Practice Hub, from database queries to UI components.

Core Features & Use Cases

  • Multi-Tenant Validation: Automatically scan database queries to detect missing tenant filters and hard-coded tenant IDs, ensuring critical data isolation.
  • tRPC Router Testing: Generate boilerplate tests for tRPC routers, including multi-tenant and authorization checks.
  • Test Coverage Analysis: Run Vitest with coverage to identify untested routers and components, ensuring thorough test coverage.
  • Use Case: Before a major release, use this Skill to run a full multi-tenant isolation validation across the entire codebase, generate a test coverage report, and ensure all critical tRPC routers have robust tests, guaranteeing data security and application stability.

Quick Start

Use the practice-hub-testing skill to validate multi-tenant isolation across the Practice Hub codebase.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: practice-hub-testing
Download link: https://github.com/JoeInnsp23/practice-hub/archive/main.zip#practice-hub-testing

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository