home/categories/database-tools/vasilistotskas-grooveshop-django-api-claude-skills-migration-check-skill-md
database-toolsdatabases

migration-check

Check for missing or conflicting Django migrations. Use when models are modified, after scaffolding new endpoints, or before committing. Runs makemigrations --check and validates migration graph consistency. Also use when the user says things like "check migrations", "are migrations up to date", "migration status", or after any model field changes.

vasilistotskas
maintainer
vasilistotskas
آخر تحديث 2/25/2026
النجوم
8
التفرعات
1
quick start

Installation and usage

Check for missing or conflicting Django migrations. Use when models are modified, after scaffolding new endpoints, or before committing. Runs makemigrations --check and validates migration graph consistency. Also use when the user says things like "check migrations", "are migrations up to date", "migration status", or after any model field changes.

التثبيت
$ install --globalskills.sh
الاستخدام

بعد التثبيت، يمكنك استخدام هذه المهارة بتشغيل الأمر التالي في الطرفية:

skills use migration-check