← スキル一覧に戻る

backend-migrations
by pdovhomilja
My portfolio - NextJS + TailwindCSS
⭐ 0🍴 0📅 2025年12月25日
SKILL.md
name: Backend Migrations description: Create and manage database migrations following best practices for schema changes and data migrations. Use this skill when creating database migration files, modifying database schemas, adding or removing tables and columns, working with migration files (prisma/migrations/, db/migrate/, migrations/*), implementing reversible migrations with rollback methods, managing database indexes, handling zero-downtime deployments, separating schema changes from data migrations, or ensuring backwards compatibility during schema updates. Apply this skill when setting up new database tables, altering existing database structures, creating migration scripts, or reviewing migration safety and rollback strategies.
Backend Migrations
When to use this skill
- When creating new database migration files (e.g.,
prisma/migrations/*,db/migrate/*,migrations/*) - When modifying database schemas (adding, removing, or altering tables and columns)
- When implementing rollback or down methods for migrations
- When adding or modifying database indexes on large tables
- When separating schema changes from data migrations
- When considering zero-downtime deployment strategies for database changes
- When naming migration files with descriptive, clear names
- When reviewing migration safety and ensuring backwards compatibility
- When managing database constraints (foreign keys, NOT NULL, UNIQUE)
- When planning multi-step migrations for complex schema changes
- When working with version-controlled database schema definitions
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
レビュー
💬
レビュー機能は近日公開予定です