← スキル一覧に戻る

sqlite-test-validator
by paleoterra
Refactoring PaleoRose Repo
⭐ 2🍴 0📅 2026年1月11日
SKILL.md
name: sqlite-test-validator description: Test and validate SQLite database migrations and schema changes type: skill language: python
SQLite Test Validator
Test database migrations and validate schema integrity.
Capabilities
- Test migration scripts
- Validate schema changes
- Check data integrity after migrations
- Compare database schemas
- Generate test databases
- Verify foreign key constraints
- Test triggers and indexes
- Validate data types
- Check for breaking changes
Tools
sqlite_validator.py - Test and validate databases
Commands
# Test migration
./sqlite_validator.py test-migration --from old.db --to new.db --script migrate.sql
# Compare schemas
./sqlite_validator.py compare --db1 v1.XRose --db2 v2.XRose
# Validate schema
./sqlite_validator.py validate schema.sql
# Check integrity
./sqlite_validator.py check-integrity database.XRose
Test Types
- Schema Migration - Verify DDL changes
- Data Migration - Verify data transforms
- Integrity - Check constraints/triggers
- Performance - Query performance
- Rollback - Test migration reversibility
Complementary To
database-migration-helper (generates migrations)
xrose-database-reader (reads XRose files)
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です