Vol. I  ·  Est. 2025  ·  llmtools.in Updated · 28 Mar 2026
✦ Lust for Prompts  ·  LLMTools.in

Lust for Prompts
Coding & Development

10 prompts that turn AI into your senior developer, code reviewer and architecture partner. Works with Cursor, GitHub Copilot, Claude Code and any AI IDE.

LLMTools.in 28 March 2026 10 prompts Copy & use instantly


Code Quality

Write better code faster

01
Senior Review

Senior Engineer Code Review

Get a thorough code review as if from a senior at a top tech company.

Review this code as a senior software engineer at a top tech company (FAANG-level standards). Identify: (1) Bugs and edge cases I haven't handled, (2) Performance bottlenecks, (3) Security vulnerabilities, (4) Code smells and anti-patterns, (5) Missing error handling, (6) What would fail in production at 10x scale. For each issue: explain why it's a problem, what the impact is, and provide a corrected code snippet. Code: [PASTE YOUR CODE]
Works on: Claude, ChatGPT, Cursor
💡 Pro tip: Run this before every PR. It catches things human reviewers miss.
02
Refactor

Refactor Legacy Code

Clean up messy old code without breaking anything.

Refactor this legacy [LANGUAGE] code for modern standards. Goals: (1) Improve readability without changing behaviour, (2) Remove code duplication, (3) Add meaningful variable names, (4) Split into smaller functions, (5) Add JSDoc/docstrings, (6) Make it testable. Show me: the refactored code with comments explaining each change, what you changed and why, and what tests I should write. Original: [PASTE CODE]
Works on: Claude, ChatGPT, GitHub Copilot
03
Debug Detective

Systematic Bug Debugging

Diagnose bugs methodically — stop random guessing.

Help me debug this issue. Language/Framework: [SPECIFY]. Error message: [PASTE ERROR]. What I expected to happen: [DESCRIBE]. What actually happened: [DESCRIBE]. What I've already tried: [LIST]. Code in question: [PASTE CODE]. Walk me through diagnosis step by step. Identify the root cause, not just the symptom. Then give me the fix with an explanation of why it works. Also tell me how to prevent this class of bug in future.
Works on: Claude, ChatGPT, Cursor
💡 Pro tip: Give as much context as possible. The more specific you are, the better the diagnosis.

Architecture & Design

Design systems that scale

01
System Design

System Architecture Design

Get a proper architecture design for any feature or product.

Design the system architecture for [FEATURE/PRODUCT]. Requirements: [LIST REQUIREMENTS]. Scale target: [USERS/REQUESTS PER DAY]. Tech stack preference: [YOUR STACK OR "RECOMMEND"]. Constraints: [BUDGET/TEAM SIZE/TIMELINE]. Give me: (1) High-level architecture diagram (describe in text/ASCII), (2) Database schema, (3) API design, (4) Key technical decisions and trade-offs, (5) What to build first vs. defer, (6) Known scaling bottlenecks to plan for.
Works on: Claude, ChatGPT
💡 Pro tip: Claude handles long technical documents better than most models. Use it for architecture.
02
API Design

REST API Design

Design clean, intuitive REST APIs that developers love.

Design a RESTful API for [FEATURE/SERVICE]. Give me: (1) Complete endpoint list with HTTP methods and paths, (2) Request/response schemas for each endpoint, (3) Authentication approach, (4) Error response format, (5) Pagination strategy, (6) Rate limiting recommendation. Follow REST best practices. Include an OpenAPI/Swagger spec snippet for the 3 most important endpoints. Explain any design decisions that aren't obvious.
Works on: Claude, ChatGPT
03
Tech Stack

Choose the Right Tech Stack

Make stack decisions based on your actual constraints, not hype.

Help me choose the right tech stack for [TYPE OF APP]. Context: Team of [SIZE], budget [AMOUNT], timeline [MONTHS], existing skills [LIST LANGUAGES/FRAMEWORKS TEAM KNOWS], expected scale [USERS IN YEAR 1]. Compare 3 realistic options for: frontend, backend, database, hosting, auth. For each option tell me: pros, cons, cost estimate, learning curve, and which Indian developers/companies use this stack. Give a final recommendation with clear reasoning.
Works on: Claude, ChatGPT, Gemini
💡 Pro tip: Boring stack choices are usually the right ones. Ask AI to "defend the boring choice" too.

Productivity

Ship faster

01
Write Tests

Generate Complete Test Suite

Write tests you'd actually ship — not just happy path ones.

Write a comprehensive test suite for this [LANGUAGE/FRAMEWORK] code. Include: (1) Unit tests for each function, (2) Edge cases and boundary conditions, (3) Error handling tests, (4) Integration tests where applicable. Use [TESTING FRAMEWORK — e.g. Jest/PyTest/JUnit]. Make tests descriptive — I should understand what's being tested from the test name alone. Cover at least 90% of branches. Code: [PASTE CODE]
Works on: Claude, ChatGPT, GitHub Copilot
02
Documentation

Write Developer Documentation

Documentation that developers actually read and understand.

Write comprehensive developer documentation for [WHAT YOU'RE DOCUMENTING — API/library/service]. Include: (1) Quick start (working example in under 5 minutes), (2) Core concepts explained simply, (3) Full API reference with parameters, return types and examples, (4) Common use cases with code samples, (5) Error reference, (6) FAQ. Audience: [SKILL LEVEL] developers. Make every code example copy-paste ready and tested.
Works on: Claude, ChatGPT
💡 Pro tip: Good docs are your best marketing. Ask Claude to "write this as if the reader is frustrated and in a hurry".
03
Code Explainer

Explain Code to Any Audience

Explain complex code to non-technical stakeholders or junior devs.

Explain this code to [AUDIENCE — e.g. a non-technical product manager / a junior developer / a client]. Use plain language with no assumed technical knowledge. Include: what this code does in one sentence, why it exists and what problem it solves, a real-world analogy that makes it intuitive, any important limitations or things that could go wrong, and what would happen if this code was removed. Code: [PASTE CODE]
Works on: Claude, ChatGPT, Gemini
"The right prompt is the difference between a generic response and a result that actually ships."
Browse all AI Tools →