github.com/jeremylongshore/claude-code-plugins-plus-skills
This skill manages database testing by generating test data, wrapping tests in transactions, and validating database schemas. It is used to create robust and reliable database interactions. Claude uses this skill when the user requests database testing utilities, including test data generation, transaction management, schema validation, or migration testing. Trigger this skill by mentioning "database testing," "test data factories," "transaction rollback," "schema validation," or using the `/db-test` or `/dbt` commands.
Review Score
17%
Validation Score
12/16
Implementation Score
0%
Activation Score
0%
This skill empowers Claude to create and manage comprehensive database testing workflows. It facilitates the generation of realistic test data, ensures transactional integrity with automatic rollbacks, and validates database schema integrity.
This skill activates when you need to:
User request: "Generate test data factories for my PostgreSQL database using Faker to populate users and products tables."
The skill will:
User request: "Wrap my database integration tests in transactions with automatic rollback to ensure a clean state after each test."
The skill will:
This skill seamlessly integrates with other code generation and execution tools within Claude Code. It can be used in conjunction with file management and code editing skills to create, modify, and execute database testing scripts.