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