Skip to main content
Back to registry

django-verification

affaan-m/everything-claude-code

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

Installs655
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill django-verification
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Run before PRs, after major changes, and pre-deploy to ensure Django application quality and security. If environment is misconfigured, stop and fix. Common issues: Report: Report: Coverage targets: Report: Report: Checklist: Remember: Automated verification catches common issues but doesn't replace manual code review and testing in staging environment. - 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 - Unsorted imports - Debug settings left in production configuration - Number of pending migrations - Any migration conflicts - Model changes without migrations - Total tests: X passed, Y failed, Z skipped - Overall coverage: XX% - Per-app coverage breakdown - Vulnerable dependencies found - Security configuration issues - Hardcoded secrets detected - DEBUG mode status (should be False in production) - Number of queries per page (should be < 50 for typical pages) - Missing database indexes - Duplicate queries detected - No debugging statements (print, pdb, breakpoint()) - No TODO/FIXME comments in critical code - No hardcoded secrets or credentials -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does django-verification do?

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

Is django-verification good?

django-verification does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does django-verification work with?

django-verification currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to django-verification?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install django-verification?

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

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering