django-verification

django verification

affaan-m 232k ↓ 5.5k MIT updated 25d ago
Claude Code
View source ↗

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

Source

Repository: https://github.com/affaan-m/everything-claude-code

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.

django-verification on getagentictools
[![django-verification on getagentictools](https://getagentictools.com/badge/skills/affaan-m-everything-claude-code-django-verification.svg)](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.