·database-testing
</>

database-testing

proffesor-for-testing/agentic-qe

Database schema validation, data integrity testing, migration testing, transaction isolation, and query performance. Use when testing data persistence, ensuring referential integrity, or validating database migrations.

10Installs·1Trend·@proffesor-for-testing

Installation

$npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill database-testing

SKILL.md

Database Test Types | Type | Focus | When |

| Schema | Structure correct | Table creation | | Integrity | Constraints work | Data operations | | Migration | Up/down work | Schema changes | | Transaction | ACID properties | Concurrent access | | Performance | Query speed | Optimization |

| Atomicity | All or nothing (rollback on error) | | Consistency | Constraints always valid | | Isolation | Concurrent transactions don't interfere | | Durability | Committed data persists |

Database schema validation, data integrity testing, migration testing, transaction isolation, and query performance. Use when testing data persistence, ensuring referential integrity, or validating database migrations. Source: proffesor-for-testing/agentic-qe.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill database-testing
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is database-testing?

Database schema validation, data integrity testing, migration testing, transaction isolation, and query performance. Use when testing data persistence, ensuring referential integrity, or validating database migrations. Source: proffesor-for-testing/agentic-qe.

How do I install database-testing?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill database-testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/proffesor-for-testing/agentic-qe