dotnet:migration-check
CommunityAutomate validation of EF Core migrations to mitigate downtime and data loss.
Software Engineering#database migration#data validation#ef core#downtime mitigation#database migration review
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 requiredComponents
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.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.