Gemini Prompts
Prometheus and Grafana Alert Rules Designer
Generate comprehensive monitoring alert rules for Prometheus with Grafana dashboard configurations, covering SLOs, resource saturation, and application-specific metrics.
Kubernetes Manifest and Helm Chart Generator
Generate production-grade Kubernetes manifests or Helm charts with proper resource limits, health checks, security contexts, and horizontal pod autoscaling for any workload type.
Terraform Module Builder with Best Practices
Generate production-ready Terraform modules with proper resource structuring, variable validation, output definitions, and state management for any cloud provider.
Frontend Render Cycle Debugger
Diagnoses unnecessary re-renders, component update cycles, and virtual DOM inefficiencies in frontend frameworks, providing targeted fixes to eliminate wasted renders.
Database Query Performance Profiler
Analyzes slow database queries by examining execution plans, index usage, join strategies, and lock contention, then provides optimized queries with indexing recommendations.
API Response Debugger and Mock Generator
Diagnoses API response issues by analyzing payloads, status codes, and headers, then generates mock responses and test fixtures for reliable frontend development.
Browser DevTools Workflow Generator
Creates structured browser DevTools debugging workflows with panel-specific techniques, breakpoint strategies, performance recording analysis, and network waterfall interpretation.
Race Condition Finder and Fix Generator
Detects race conditions and concurrency bugs in your code by analyzing shared state access, async timing, and thread safety, then generates thread-safe fixes with verification tests.
Dependency Conflict Resolver
Diagnoses and resolves dependency version conflicts, peer dependency issues, and incompatible package combinations with step-by-step resolution strategies and lockfile management.
Network Request Debugger
Diagnoses network request failures by analyzing HTTP exchanges, identifying timeout patterns, SSL issues, CORS problems, and providing targeted fixes with curl equivalents for reproduction.
Error Log Parser and Pattern Analyzer
Analyzes error logs to identify recurring patterns, correlate failures across services, extract actionable root causes, and generate prioritized fix recommendations.
Performance Profiler and Bottleneck Finder
Analyzes application code to identify performance bottlenecks using systematic profiling techniques, then provides optimizations ranked by impact with benchmarking instructions.