Prompt file imported from pauloeugenioreis/dotnet-enterprise-template-10 (
.github/prompts/check-production-readiness.prompt.md). Copyright stays with the author.
Analyze the project configuration for production readiness:
- Database: Connection strings, pooling, timeouts, retry policies
- Telemetry: OpenTelemetry exporters, sampling rates
- Authentication: JWT key strength, token expiration
- Rate Limiting: Strategy and limits configured
- Health Checks: Endpoints and dependencies monitored
- Logging: Structured logging, log levels, sensitive data filtering
- Security Headers: HSTS, CSP, CORS configuration
Compare appsettings.json vs appsettings.Production.json and flag missing production overrides.