Browse Categories

AI Prompt

561 prompts found

Architecture Decision Record Generator Development & Code

Architecture Decision Record Generator

Write an Architecture Decision Record (ADR) for: [DECISION TOPIC]. Use the ADR template: Title, Status (Proposed/Accepted/Deprecated), Context (problem + constraints),…

August 29, 2026 0
Inline Code Comment Generator Development & Code

Inline Code Comment Generator

Add meaningful inline comments to this [LANGUAGE] code: ``` [CODE] ``` Rules: explain WHY, not WHAT. Comment complex logic, business…

August 29, 2026 0
API Documentation Generator Prompt Development & Code

API Documentation Generator Prompt

Generate complete API documentation for [API DESCRIPTION]. Include: overview, authentication guide (with examples), rate limiting, pagination, error codes table, endpoint…

August 29, 2026 0
README Generator Prompt for Any Project Development & Code

README Generator Prompt for Any Project

Generate a comprehensive README.md for [PROJECT NAME]. Description: [DESCRIPTION]. Include: project title + badges, brief description, features list, tech stack,…

August 29, 2026 0
Test Failure Debugger Prompt Debugging

Test Failure Debugger Prompt

Debug this failing test: Test name: [TEST NAME] Assertion: [ASSERTION] Expected: [EXPECTED] Actual: [ACTUAL] Test code: ``` [TEST CODE] ```…

August 29, 2026 0
Production Incident Debugging Prompt Debugging

Production Incident Debugging Prompt

Debug this production incident: Symptom: [DESCRIPTION] Timeline: [EVENTS] Metrics: [CPU/MEMORY/LATENCY] Recent changes: [DEPLOYMENTS] Error logs: [LOGS] Perform: 1) Impact assessment,…

August 29, 2026 0
CSS Layout Debugging Prompt Debugging

CSS Layout Debugging Prompt

Debug this CSS layout issue: Problem: [DESCRIPTION] HTML: ``` [HTML] ``` CSS: ``` [CSS] ``` Analyze: box model issues, flexbox/grid…

August 29, 2026 0
API Debugging Prompt for 500 Errors Debugging

API Debugging Prompt for 500 Errors

Debug this API 500 error: Endpoint: [ENDPOINT] Request: [REQUEST DETAILS] Response: [ERROR RESPONSE] Stack trace: [TRACE] Server logs: [LOG SNIPPET]…

August 29, 2026 0
Database Performance Debugger Prompt Debugging

Database Performance Debugger Prompt

Debug this slow database query: ```sql [QUERY] ``` Table sizes: [SIZES]. Indexes: [INDEXES]. Execution plan: [EXPLAIN OUTPUT]. Analyze: full table…

August 29, 2026 0
JavaScript Debugging Prompt for Frontend Issues Debugging

JavaScript Debugging Prompt for Frontend Issues

Debug this JavaScript issue: Symptom: [DESCRIPTION] Code: ``` [CODE] ``` Analyze: scope issues, hoisting, 'this' binding, async/await misuse, event loop…

August 29, 2026 0