Acerca de
This skill provides comprehensive patterns for testing data persistence layers, focusing on preventing data loss and corruption. It enables Claude to perform automated schema validation, verify referential integrity through constraint testing, and ensure migrations are both successful and reversible. Additionally, it offers methodologies for testing transaction isolation levels (ACID properties) and analyzing query performance using execution plans to identify bottlenecks before they reach production. It is an essential toolkit for developers and QA engineers who need to maintain robust, performant, and reliable database systems.