django-verification
django verification
What it does
- Before opening a pull request for a Django project
- After major model changes, migration updates, or dependency upgrades
- Pre-deployment verification for staging or production
- Running full environment → lint → test → security → deploy readiness pipeline
- Validating migration safety and test coverage
- Missing type hints on public functions
- PEP 8 formatting violations
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
django-verification FAQ
What does the django-verification skill do?
Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR. Before opening a pull request for a Django project After major model changes, migration updates, or dependency upgrades
How do I install django-verification?
Run: npx -y skills add https://github.com/affaan-m/everything-claude-code --skill django-verification --agent claude-code — the source lives at github.com/affaan-m/everything-claude-code.
Maintain django-verification?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/affaan-m-everything-claude-code-django-verification?ref=badge) npx agentictools info skills/affaan-m-everything-claude-code-django-verification The second line is the CLI lookup for this page — handy in READMEs and docs.