Test database testing including fixtures, transactions, and rollback management. Use when performing specialized testing. Trigger with phrases like "test the database", "run database tests", or "validate data integrity".
4.6
Rating
0
Installs
Testing & Quality
Category
The skill addresses database testing with fixtures, transactions, and rollback management. Structure is reasonable with clear steps and error handling. However, descriptionCoverage suffers from a significant mismatch: the description promises 'fixtures, transactions, and rollback management' but the SKILL.md provides only generic test execution steps without database-specific guidance on fixtures, transaction wrapping, or rollback strategies. TaskKnowledge is moderate—referenced scripts (generate_test_data.py, wrap_in_transaction.py) likely provide implementation details, but the core instructions are generic testing workflows rather than database-specific patterns. Novelty is limited as standard test frameworks handle most described functionality; the skill would need more specialized database testing techniques (e.g., transactional rollback patterns, fixture lifecycle management) to justify its existence over CLI tools alone.
Loading SKILL.md…