Explain This Code Like I'm New
Breaks down any code snippet into plain English — from high-level intent down to line-by-line mechanics.
15 prompts tagged
Breaks down any code snippet into plain English — from high-level intent down to line-by-line mechanics.
Walks through a system design problem the way a staff engineer would — with trade-off analysis, component breakdown, and scaling considerati…
Reviews your code the way a senior engineer would in a real PR review — finding correctness issues, edge cases, and maintainability concerns…
Generates comprehensive unit and integration tests for any function — including happy path, edge cases, and adversarial inputs.
Rewrites messy or overly-complex code to be clean, readable, and maintainable — while preserving exact behavior.
Document a technical decision as a clean, durable ADR — so engineers joining 18 months from now understand what was decided, why, and what w…
Plan a clean, robust API integration end-to-end — auth, error handling, rate limits, caching, and security — before writing a single line of…
Before merging, analyze a PR for hidden risks, breaking changes, edge cases, and the classes of failure that only show up in production.
Run a full mock system design interview with real probing questions, structured phases, and honest evaluative feedback — not a walkthrough,…
Turn a plain-language feature description into a complete, buildable code scaffold — with file structure, typed interfaces, API contract, an…
Diagnose a bug using a systematic elimination approach — understand the root cause, get a tested fix, and learn how to prevent the whole cla…
Get a prioritized, safe refactoring plan for old or messy code — with a sequenced approach that keeps things working while you improve them.
Generate a comprehensive, well-named test suite for any function or module — covering happy paths, edge cases, error conditions, and the sce…
Get a senior architect's review of your database schema — covering normalization, missing constraints, indexing strategy, and performance tr…