Back to list
canyouseeus

verify-schema

by canyouseeus

THE LOST+UNFOUNDS - Modern web application

0🍴 0📅 Jan 23, 2026

SKILL.md


name: verify-schema description: Checks database schema integrity and data consistency, specifically focusing on critical columns and legacy data migration.

Verify Database Schema

This skill provides tools to verify that the database schema matches application expectations and that data is correctly migrated from legacy columns.

Usage

Run the check script from the project root:

node skills/verify-schema/scripts/check-columns.js

Checks Performed

  • Connection: Verifies connection to Supabase.
  • Legacy Data: Checks photo_libraries for rows where google_drive_folder_id is NULL but legacy gdrive_folder_id is set.
  • Column Existence: Verifies critical columns exist (future expansion).

Prevention Strategy

Use this skill before deployments or after database migrations to ensure application logic will access the correct data fields.

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon