Developer Prompt Library
Copy-ready prompts for code review, debugging, API design, testing, and more.
Code Review
Thorough code review covering correctness, security, performance, and maintainability.
Bug Debugging
Systematic bug analysis — diagnose root cause and suggest minimal fix.
REST API Design
Design a complete RESTful API with endpoints, request/response schemas, and error handling.
Database Schema Design
Design a normalized database schema with tables, relationships, indexes, and RLS policies.
Unit Test Generation
Generate comprehensive unit tests with edge cases, mocks, and coverage for critical paths.
Technical Documentation
Write clear developer documentation with overview, installation, API reference, and examples.
Commit Message Generator
Generate a Conventional Commits format message from a git diff or change description.
PR Description Writer
Write a clear pull request description from changed files and commit history.
Architecture Review
Review a system architecture for scalability, reliability, security, and operational concerns.
Performance Optimization
Identify performance bottlenecks and suggest prioritized optimizations.
Security Audit
Audit code for OWASP Top 10 vulnerabilities and security best practices.
Code Refactoring
Refactor code to improve readability and maintainability without changing behavior.
Explain Code
Get a plain-English explanation of complex or unfamiliar code.
Code Language Converter
Convert code from one programming language to another, preserving idioms.
Regex Generator
Generate and explain a regular expression for a specific matching pattern.