All prompts
7 results · tag chatgpt-technical
Expert Role Prompting
Act as a senior DevOps engineer with 10+ years of Kubernetes experience. Review this deployment configuration for: - Security best practices (least privilege,…
Chain of Thought Reasoning
Analyze this [problem/code/architecture] using chain of thought: 1. Initial assessment: What are the key components and relationships? 2. Identify issues: What…
4. Include Examples
Generate API documentation similar to this structure: [example documentation] Avoid generic descriptions. Include: - Request/response examples - Error codes an…
3. Request Specific Output Formats
Provide the solution as: 1. Code implementation with inline comments 2. Unit tests covering edge cases 3. Usage examples 4. Performance considerations 5. Secur…
1. Be Specific and Contextual
❌ Vague: "Create a login function" ✓ Specific: "Create a secure login function in TypeScript using bcrypt for password hashing, JWT for session management, and…
Quality Assurance
Debug this issue: Error: [exact error message] Context: - Expected behavior: [what should happen] - Current behavior: [what actually happens] - Environment: [O…
System Design & Architecture
Design a [system type] that handles [scale/requirements]: Requirements: - Functional: [list key features] - Non-functional: [performance, security, scalability…