·django-verification
!

django-verification

affaan-m/everything-claude-code

Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.

85Installs·22Trend·@affaan-m

Installation

$npx skills add https://github.com/affaan-m/everything-claude-code --skill django-verification

SKILL.md

Run before PRs, after major changes, and pre-deploy to ensure Django application quality and security.

| Models | 90%+ | | Serializers | 85%+ | | Views | 80%+ | | Services | 90%+ | | Overall | 80%+ |

| Environment | python --version | | Type checking | mypy . | | Linting | ruff check . | | Formatting | black . --check | | Migrations | python manage.py makemigrations --check | | Tests | pytest --cov=apps | | Security | pip-audit && bandit -r . | | Django check | python manage.py check --deploy | | Collectstatic | python manage.py collectstatic --noinput |

Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR. Source: affaan-m/everything-claude-code.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill django-verification
Category
!Security
Verified
First Seen
2026-02-13
Updated
2026-02-18

Quick answers

What is django-verification?

Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR. Source: affaan-m/everything-claude-code.

How do I install django-verification?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/affaan-m/everything-claude-code --skill django-verification Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

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