This is the pre-flight checklist you run before merging Django code or deploying to production. It walks through twelve phases: environment validation, linting with ruff and black, migration safety checks, pytest with coverage targets, security scans with pip-audit and bandit, static asset builds, and configuration review to catch DEBUG mode or missing ALLOWED_HOSTS. The output template gives you a clean pass/fail breakdown across all phases. It's comprehensive to the point of being slightly tedious, but that's the point. You'll catch the embarrassing stuff like hardcoded secrets, missing migrations, or N+1 queries before they hit staging. Best used as a pre-commit hook or CI step rather than running manually every time.
npx -y skills add affaan-m/ecc --skill django-verification --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills