スキル一覧に戻る
TheophilusChinomona

backend-migrations

by TheophilusChinomona

0🍴 0📅 2025年12月30日
GitHubで見るManusで実行

SKILL.md


name: Backend Migrations description: Create and manage database migrations following best practices for reversibility, zero-downtime deployments, and version control. Use this skill when creating migration files, modifying database schemas, adding or removing tables/columns, managing indexes, or performing data transformations. Apply when working on migration files (migrations/.ts, migrations/.sql, *_migration.py), Prisma schema changes, Supabase migrations, or any database evolution tasks. This skill ensures reversible migrations with rollback/down methods, small focused single-change migrations, zero-downtime deployment compatibility, separated schema and data migrations, safe concurrent index creation on large tables, clear descriptive naming conventions, and proper version control practices (never modify deployed migrations).

Backend Migrations

When to use this skill:

  • When creating new database migration files
  • When modifying existing database schemas (adding/removing tables or columns)
  • When working on migration files (migrations/.ts, migrations/.sql, *_migration.py)
  • When adding or modifying database indexes for performance
  • When performing data migrations or transformations
  • When implementing rollback/down methods for migrations
  • When ensuring zero-downtime deployment strategies
  • When managing schema versioning and migration order
  • When separating schema changes from data migrations
  • When working with Prisma migrate, Supabase migrations, or Entity Framework migrations
  • When creating indexes on large PostgreSQL tables using concurrent options
  • When planning backwards-compatible schema changes for high-availability systems

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle backend migrations.

Instructions

For details, refer to the information provided in this file: backend migrations

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です