Diagnose performance bottlenecks in your code and propose optimizations with before/after complexity and measurement steps.
Help us improve Prompédia
We measure how the site is used in a 100% anonymous way (no personal data, never sold) to improve it — for visitors with and without an account. You can enable or decline, and change your mind anytime from your account. Learn more
40 prompts
Diagnose performance bottlenecks in your code and propose optimizations with before/after complexity and measurement steps.
Decompose a feature into independent, estimable engineering tickets, each with clear acceptance criteria and dependencies.
Generate a complete CI/CD pipeline config for your stack with build, test, and deploy stages plus secrets and caching guidance.
Generate a spec-compliant Conventional Commit message and a complete PR description from your diff and context.
Audit a single function or endpoint against the OWASP Top 10, ranking findings by severity with concrete fixes.
Turn a plain-language matching spec into a documented regex with a breakdown and a full set of passing and failing test cases.
Generate a production-ready Dockerfile and docker-compose configuration for a service from its stack and dependencies.
Turn requirements into a normalized relational schema with keys, constraints, indexes, and clear relationships.
Turn a business need into a complete REST API design with resources, endpoints, schemas, status codes, and auth.
Translate code to another language idiomatically, preserving behavior and explaining every non-obvious adaptation.
Turn unfamiliar code into a clear, step-by-step explanation that gets a new developer productive fast.
Generate accurate docstrings, meaningful why-comments, and a usable README for a piece of code or a module.