migration-check
CommunityEnsure EF Core migrations are safe and backward compatible.
Software Engineering#database migrations#validation#backward compatibility#EF Core#destructive operations
Authordimsour
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill identifies potential issues in EF Core migrations, such as destructive operations, downtime risk, and backward compatibility, before they impact production.
Core Features & Use Cases
- Destructive Operations Detection: Identifies dropped columns, NOT NULL additions without defaults, and data-destructive renames.
- Risky Operations Validation: Checks for new indexes on large tables, foreign key additions, and computed column additions.
- Safe Operations Flagging: Flags new nullable columns and new tables.
- Two-Phase Patterns: Provides guidance on safely renaming columns and adding NOT NULL constraints.
- Integration: Integrates with the dotnet ef migrations workflow for easy use.
Quick Start
Use the migration-check skill to validate a pending migration named 'AddTenantScope'.
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 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: migration-check Download link: https://github.com/dimsour/dotnet-ai-toolkit/archive/main.zip#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.