Browse Categories

ChatGPT

561 prompts found

React Component Review Prompt Code Review

React Component Review Prompt

Review this React component for: ```tsx [CODE] ``` Check: component design (single responsibility), hooks usage correctness (dependency arrays, custom hooks),…

August 29, 2026 0
Performance Code Review Prompt Code Review

Performance Code Review Prompt

Analyze this [LANGUAGE] code for performance issues: ``` [CODE] ``` Evaluate: time complexity (Big-O), space complexity, database query efficiency, N+1…

August 29, 2026 0
Security Code Review Prompt Template Code Review

Security Code Review Prompt Template

Perform a security review of this [LANGUAGE] code: ``` [CODE] ``` Check for: OWASP Top 10 vulnerabilities (injection, broken auth,…

August 29, 2026 0
AI Code Review Prompt for Best Practices Code Review

AI Code Review Prompt for Best Practices

Review the following [LANGUAGE] code for best practices: ```[LANGUAGE] [CODE] ``` Analyze: 1) Code style and formatting, 2) Naming conventions,…

August 29, 2026 0
Full CRUD App Generator Prompt Code Generation

Full CRUD App Generator Prompt

Generate a complete CRUD application for [ENTITY] using [FRAMEWORK]. Include: model/schema definition, migration files, controller with all CRUD operations, route…

August 29, 2026 0
Git Hooks Generator for Code Quality Code Generation

Git Hooks Generator for Code Quality

Write git hooks for [PROJECT TYPE]: pre-commit (linting, formatting check), commit-msg (conventional commit format validation), pre-push (run tests, build check),…

August 29, 2026 0
Regular Expression Generator and Explainer Code Generation

Regular Expression Generator and Explainer

Create a regular expression for [PATTERN DESCRIPTION]. Provide: the regex, a breakdown explanation of each component, 5 matching examples, 5…

August 29, 2026 0
Docker Compose Generator for Dev Environment Code Generation

Docker Compose Generator for Dev Environment

Create a docker-compose.yml for [PROJECT TYPE] with: [SERVICES NEEDED]. Include: version specification, service definitions with build context, environment variables, volumes,…

August 29, 2026 0
CSS Generator for Responsive Layouts Code Generation

CSS Generator for Responsive Layouts

Generate CSS for [LAYOUT DESCRIPTION]. Requirements: mobile-first approach, CSS custom properties for theming, Grid or Flexbox (justify choice), responsive breakpoints…

August 29, 2026 0
Shell Script Generator for Automation Code Generation

Shell Script Generator for Automation

Write a bash script that [AUTOMATION TASK]. Requirements: shebang line, set strict mode (set -euo pipefail), variable definitions with defaults,…

August 29, 2026 0