← スキル一覧に戻る
name: Backend Migrations
description: Create and manage database migrations with reversible changes, zero-downtime deployments, and proper version control. Use this skill when creating database migration files, modifying database schemas, adding or removing tables or columns, creating indexes, or managing database versioning. When working with migration files (e.g.,

backend-migrations
by dpietersz
My personal website
⭐ 0🍴 0📅 2026年1月16日
SKILL.md
name: Backend Migrations
description: Create and manage database migrations with reversible changes, zero-downtime deployments, and proper version control. Use this skill when creating database migration files, modifying database schemas, adding or removing tables or columns, creating indexes, or managing database versioning. When working with migration files (e.g., *_migration.rb, *.migration.ts, alembic/versions/*.py), schema changes, or database rollback procedures. When implementing backwards-compatible database changes or separating schema migrations from data migrations.
Backend Migrations
When to use this skill
- When creating new database migration files
- When editing existing migration files to add rollback/down methods
- When adding, removing, or modifying database tables
- When adding, removing, or modifying database columns
- When creating or dropping database indexes
- When implementing zero-downtime deployment strategies
- When separating schema changes from data migrations
- When working with migration version control
- When planning backwards-compatible database changes
- When working in migration directories or with migration tools (e.g., Alembic, ActiveRecord, Prisma Migrate, Flyway)
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
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です