Coding Prompts
AI prompts for code review, refactoring, debugging, generation and explanation.
AI prompts for code review, refactoring, debugging, generation and explanation.
Comprehensive code diff review across bugs, security, performance, and style with severity-ranked feedback and fixes.
Design complete RESTful APIs: endpoints, parameters, responses, auth, pagination, and error formats.
Generate complete technical design docs: background, architecture, detailed design, tech selection, risks.
Analyze and optimize existing prompts: clarity, structure, role, constraints, examples, output format.
Systematic bug root cause analysis: list hypotheses, provide verification methods, rank by likelihood.
Analyze SQL query bottlenecks, provide optimized SQL, index recommendations, and performance estimates.
Generate regex from natural language with explanations, match examples, and multi-language code usage.
Identify code smells, suggest specific refactoring techniques, provide refactored code preserving behavior.
Analyze all code branches and generate unit tests covering normal, edge, and error cases.
Generate Conventional Commits compliant commit messages with body and alternatives.
Generate Python pandas data processing scripts: cleaning, transformation, aggregation with error handling.
Generate TypeScript React components: Props types, loading/error states, Tailwind styling, accessibility.
Generate Docker deployment configs: Dockerfile + docker-compose, multi-stage build, security best practices.
Generate pure CSS animations: no JavaScript, cross-browser, supports prefers-reduced-motion.
Generate complete TypeScript type definitions: interfaces, union types, JSDoc, utility types.
Generate complete Chrome extension code: Manifest V3, popup, content script, background, publish guide.
Design database schemas: ER diagram, CREATE TABLE SQL, indexes, foreign keys, sample queries.
Generate standardized bug reports: title, severity, repro steps, expected/actual, logs, frequency.