dotnet:migration-check

Community

Automate validation of EF Core migrations to mitigate downtime and data loss.

Authordimsour
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Ensures that Entity Framework Core database migrations do not introduce downtime or data loss by checking for destructive operations, potential downtime risks, and backward compatibility issues.

Core Features & Use Cases

  • Destructive Operation Detection: Identifies dropped columns, NOT NULL additions without defaults, and data-destructive renames that can break your application.
  • Downtime Risk Assessment: Evaluates risks associated with adding indexes to large tables, foreign key additions, and computed columns that require full table rewrites.
  • Backward Compatibility Checks: Ensures that the migrations can be reversed successfully and do not violate existing data integrity.
  • Use Case: Before deploying a new migration, this Skill provides a report detailing the changes, risks, and recommended steps to minimize impact on your database.

Quick Start

Use the dotnet:migration-check skill to validate your migration file 'AddNewColumnsAndForeignKey.cs'.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: dotnet:migration-check
Download link: https://github.com/dimsour/dotnet-ai-toolkit/archive/main.zip#dotnet-migration-check

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.