LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

django-verification - Django Verification Loop

Verification loop for Django projects: migrations, linting, coverage testing, security scanning, and pre-deployment readiness checks.

Tags

Updated: 2026-09-24

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Check environment configuration
  • Format and lint code
  • Verify database migrations
  • Run tests with coverage
  • Scan security vulnerabilities
  • Execute Django deployment checks
  • Analyze query performance
  • Build and verify static assets
  • Review application settings
  • Test logging output
  • Generate API schema
  • Review Git diffs

Inputs

  • Django codebase
  • Environment variables
  • Python virtual environment
  • Database configuration

Outputs

  • Verification report
  • Coverage HTML report
  • Bandit security report JSON
  • OpenAPI schema JSON
  • Collected static files

Requirements

  • Python
  • Django
  • Git
  • pytest
  • ruff
  • mypy

Source

  • Spec: SKILL.md
django
verification
testing
security
code-quality
ci-cd
Check environment configuration
Format and lint code
Verify database migrations
Run tests with coverage
Django codebase
Environment variables
Python virtual environment
Verification report
Coverage HTML report
Bandit security report JSON