What problem does it solve?
Deploying DISHA, a governed intelligence workbench for public-interest analysis, requires strict adherence to security, compliance, and operational best practices to avoid misconfigurations, security vulnerabilities, or failed releases that break the product's core contract of auditable, evidence-led operation. Manual validation of deployment prerequisites is error-prone and risks missing critical guardrails.
Core Features & Use Cases
- Deployment Compliance Checklist: Validates all critical production deployment requirements for DISHA, including non-root container execution, health check exposure, and secrets management.
- CI Pipeline Governance: Ensures CI workflows include mandatory steps like linting, testing, dependency auditing, SAST, and image scanning to catch issues before production.
- Pre-Deployment Validation: Confirms required production dependencies (Postgres, Redis, configured auth secret) are in place before rollout, and that rollback and promotion processes are documented.
- Use Case: A DISHA engineering team preparing a v6.6 production release can use this skill to verify all deployment, security, and operational requirements are met, preventing outages or compliance violations.
Quick Start
Use the devops-deploy skill to confirm your upcoming DISHA production deployment meets all security, CI, and runtime prerequisites before release.