소개
The Database Testing skill provides Claude with the specialized knowledge required to perform rigorous quality assurance on data persistence layers. It covers essential areas including schema verification, constraint validation, migration testing (both forward and rollback), transaction isolation for ACID compliance, and query performance profiling. By implementing these patterns, developers can prevent catastrophic data corruption, ensure referential integrity, and optimize database performance before changes reach production environments.