Browse Categories

Development & Code

50 prompts found

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
Memory Leak Detector Prompt Debugging

Memory Leak Detector Prompt

Analyze this [LANGUAGE] code for memory leaks: ``` [CODE] ``` Check: unreleased resources (file handles, connections, memory), circular references, event…

August 29, 2026 0
Race Condition Debugger Prompt Debugging

Race Condition Debugger Prompt

Analyze this concurrent code for race conditions: ``` [CODE] ``` Identify: shared mutable state, missing synchronization, deadlock potential, livelock, starvation,…

August 29, 2026 0
Error Message Decoder Prompt Debugging

Error Message Decoder Prompt

Decode this error message and provide a solution: Error: [ERROR MESSAGE] Stack trace: [STACK TRACE] Code context: [CODE SNIPPET] Language:…

August 29, 2026 0
Bug Identification Prompt for Any Language Debugging

Bug Identification Prompt for Any Language

Analyze this [LANGUAGE] code for bugs: ``` [CODE] ``` Identify: logic errors, off-by-one errors, null/undefined references, type mismatches, race conditions,…

August 29, 2026 0