スキル一覧に戻る
grimmolf

backend-migrations

by grimmolf

Soap calculator for Midnight Garden Apothecary with custom additive quality impact calculations

0🍴 0📅 2025年11月5日
GitHubで見るManusで実行

SKILL.md


name: Backend Migrations description: Create and manage database schema changes through versioned migration files with proper rollback support, zero-downtime deployment considerations, and backwards compatibility. Use this skill when creating migration files, modifying database schemas, adding/removing tables or columns, creating indexes, or working in migration directories. Applies to files like migrations/, alembic/, db/migrate/, schema changes, or any database evolution task requiring versioned, reversible changes that maintain data integrity during deployments.

Backend Migrations

When to use this skill

  • When creating migration files in directories like migrations/, alembic/versions/, db/migrate/, or prisma/migrations/
  • When modifying database schemas by adding, removing, or altering tables, columns, or constraints
  • When creating or dropping database indexes, especially on large tables requiring concurrent operations
  • When writing migration scripts with both upgrade (up) and rollback (down) methods
  • When planning zero-downtime deployments that require backwards-compatible schema changes
  • When separating schema migrations from data migrations for safer rollback capabilities
  • When implementing multi-step migrations for high-availability systems (add column, backfill, add constraint)
  • When naming migration files with descriptive timestamps like 20240115_add_user_email_index.py
  • When working on database version control and ensuring migrations are committed to source control
  • When troubleshooting migration conflicts or planning migration strategies for production deployments

Backend Migrations

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

レビュー

💬

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