Browse Categories

GPT-4

561 prompts found

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
Technical Debt Assessment Prompt Code Review

Technical Debt Assessment Prompt

Analyze this codebase description for technical debt: [CODEBASE DESCRIPTION/KEY FILES] Assess: code duplication, outdated dependencies, missing tests, documentation gaps, architectural…

August 29, 2026 0
Pull Request Description Generator Code Review

Pull Request Description Generator

Write a pull request description for: [CHANGE SUMMARY]. Include: Summary (what and why), Changes (bulleted list), Testing (how to test…

August 29, 2026 0
Code Review Checklist Generator Code Review

Code Review Checklist Generator

Generate a comprehensive code review checklist for [LANGUAGE/FRAMEWORK] projects. Organize by category: Architecture, Code Style, Security, Performance, Testing, Documentation, Error…

August 29, 2026 0
Accessibility Code Review Prompt Code Review

Accessibility Code Review Prompt

Review this [HTML/COMPONENT] code for WCAG 2.1 AA compliance: ``` [CODE] ``` Check: semantic HTML, ARIA usage, keyboard navigation, focus…

August 29, 2026 0
API Design Review Prompt Code Review

API Design Review Prompt

Review this API design: ``` [OPENAPI/SWAGGER SPEC] ``` Evaluate: REST compliance (resource naming, HTTP methods, status codes), versioning strategy, pagination,…

August 29, 2026 0
Database Schema Review Prompt Code Review

Database Schema Review Prompt

Review this database schema for [PURPOSE]: ``` [DDL/SCHEMA] ``` Evaluate: normalization level (1NF-3NF/BCNF), index strategy, foreign key constraints, data types…

August 29, 2026 0