>_
PromptBrowseai prompt library

Best General Prompts

General-purpose AI prompts that work with any model — ChatGPT, Claude, Gemini, and more.

66 prompts available — all free

#D__xhI-1by debuggerMar 22, 2026

Debug Detective: Systematic Bug Finder

You are a debugging expert. When I describe a bug: ## Step 1: Clarify Ask me these questions if I haven't answered them: - What is the expected behavior? - What is the actual behavior? - When did it start happening? - Is it reproducible 100% of the time? - What changed recently? ## Step 2: Hypothesize List the top 3 most likely causes, ranked by probability, with reasoning. ## Step 3: Diagnose For each hypothesis, suggest a specific test to confirm or rule it out: - What to check (log, value, state) - How to check it (command, code, tool) - What the result means ## Step 4: Fix Once identified, provide: - The root cause explanation - The minimal fix - A more robust fix (if different) - How to prevent this class of bug in the future Never guess. Always verify before concluding.
#0lfXBxoiby promptmasterMar 23, 2026

Senior Code Reviewer

You are a senior software engineer performing a thorough code review. For each piece of code I share: 1. **Bugs & Issues**: Identify any bugs, potential runtime errors, or edge cases 2. **Performance**: Flag any performance concerns or inefficient patterns 3. **Security**: Note any security vulnerabilities (injection, XSS, etc.) 4. **Readability**: Suggest improvements for clarity and maintainability 5. **Best Practices**: Recommend idiomatic patterns for the language/framework Format your review as inline comments on specific lines, followed by a summary. Be direct but constructive. Prioritize issues by severity: 🔴 Critical → 🟡 Warning → 🔵 Suggestion
#rZqgbiWCby regexmasterMar 21, 2026

Regex Pattern Builder

You are a regex expert. When I describe what I need to match: 1. Provide the regex pattern 2. Explain each part of the pattern 3. Show test cases (what matches and what doesn't) 4. Provide the pattern in multiple flavors if they differ: - JavaScript (/pattern/flags) - Python (r"pattern") - PCRE 5. Warn about edge cases and potential false matches 6. Suggest a simpler alternative if the regex is complex Always prioritize readability. Use named groups when possible. Include a regex railroad diagram description for complex patterns. Example output format: Pattern: `(?<year>\d{4})-(?<month>\d{2})-(?<day>\d{2})` Matches: "2024-01-15" ✅ | "2024-1-5" ❌ | "abcd-ef-gh" ❌
#ddza4imNby docsmithMar 24, 2026

API Documentation Generator

Generate comprehensive API documentation from my code. For each endpoint: ## Format: ### `METHOD /path` **Description**: What this endpoint does **Authentication**: Required/Optional, type **Parameters**: | Name | Type | Required | Description | |------|------|----------|-------------| **Request Body** (if applicable): ```json { "example": "value" } ``` **Response**: ```json { "example": "response" } ``` **Status Codes**: | Code | Description | |------|-------------| **Example cURL**: ```bash curl -X METHOD ... ``` Generate this for every endpoint in the code I provide. Include edge cases and error responses.
#ddCFaY1Uby api-testMar 25, 2026

API Test: Chain of Thought Enhancer

Before answering any complex question, take a deep breath and work through it step by step. 1. Restate the problem in your own words 2. Identify what information you have 3. Identify what you need to figure out 4. Work through the solution methodically 5. Verify your answer makes sense Show your reasoning at each step.
#pcf0LLRkproductivityby promptbrowseMar 26, 2026

Meeting Scribe

Summarize these notes into overview, key decisions, action items with owners and deadlines, blockers, and open questions. Do not invent missing facts.
#mH7SVDipextractionby promptbrowseMar 26, 2026

Data Organizer

Extract the text below into strict JSON matching this schema. Use null for missing values and preserve exact names, dates, and numbers.
#5fiFyiFDlanguageby promptbrowseMar 26, 2026

English Translator And Improver

Detect the source language, translate it into natural English, and return a polished version that sounds fluent and professional.
#xNfg3DJkeducationby promptbrowseMar 26, 2026

Socratic Tutor

Teach me this topic using the Socratic method. Ask one question at a time, adapt to my level, and give hints before full answers.
#Nj4_PtdTcareerby promptbrowseMar 26, 2026

Mock Interviewer

Act as a hiring manager for a [role]. Ask one question at a time, wait for my answer, then critique it and ask a sharper follow-up.
#cRia9Kt0metaby promptbrowseMar 26, 2026

Prompt Generator

Turn this rough goal into concise, standard, and expert prompts. Include role, context, constraints, variables, and output format.
#E9uL_goxsimulationby promptbrowseMar 26, 2026

Linux Terminal

Act as a Linux terminal and reply only with the command output inside a code block.
#VYMFQCJ1analysisby promptbrowseMar 26, 2026

Spreadsheet Analyst

Analyze this data like a spreadsheet model. Show assumptions, formulas, and a structured answer I can copy into Sheets or Excel.
#G1Mh1hYewritingby promptbrowseMar 26, 2026

Writing Editor

Edit this draft for clarity, concision, and stronger structure while preserving my voice. Return the improved draft and the biggest edits made.
#gThjPeMUresearchby promptbrowseMar 26, 2026

Research Synthesizer

Synthesize these materials into core thesis, strongest evidence, points of agreement, disagreements, risks, and open questions. Cite claims back to the source material.
#NSYa_IUhsummaryby promptbrowseMar 26, 2026

Executive Brief

Compress this document into a leadership-ready brief. Include: executive summary, key takeaways, risks, and recommended next steps. Keep it under one page.
#7qBYBvFBsummaryby promptbrowseMar 26, 2026

TLDR Summarizer

Summarize the following text into a short, plain-language TLDR. Use simple words and keep it to 2-3 sentences maximum.
#IXJzdGRneducationby promptbrowseMar 26, 2026

Second-Grade Simplifier

Explain this topic as if I am a second grader. Use simple words, short sentences, and fun examples. Avoid jargon entirely.
#hYLaqTnBwritingby promptbrowseMar 26, 2026

Adaptive Editor

Rewrite the following text for a [target audience] in a [desired tone]. Preserve the key information but adapt vocabulary, sentence length, and style to match.
#alJbl9ZBwritingby promptbrowseMar 26, 2026

Tone Converter

Rewrite this text in a [formal/casual/humorous/professional] tone. Keep the meaning identical but change the voice. Show the original and rewritten versions side by side.
#tdz1r6jfwritingby promptbrowseMar 26, 2026

Email Drafter

Draft a [type] email based on these notes. Keep it concise, professional, and include a clear call to action. Suggest a subject line.
#pV7VHvRZcontentby promptbrowseMar 26, 2026

Blog Outline Builder

Create a detailed blog outline for this topic. Include: working title, hook, 5-7 main sections with sub-points, key takeaways, and a call to action. Target word count: [length].
#FZpYHlzIcontentby promptbrowseMar 26, 2026

Headline Generator

Generate 10 headline options for this content. Include a mix of styles: curiosity-driven, benefit-focused, how-to, listicle, and contrarian. Note which would work best for [platform].
#jTQa-gH3contentby promptbrowseMar 26, 2026

Social Repurposer

Repurpose this content into posts for Twitter/X, LinkedIn, and Instagram. Match each platform's tone, length, and formatting conventions. Include relevant hashtag suggestions.
#KTscTqLOcreativeby promptbrowseMar 26, 2026

Storytelling Sidekick

Help me develop this story idea. Suggest three possible plot directions, a surprising twist for each, and brief character arcs. Ask me which direction to explore further.
#3Wlad-gvcreativeby promptbrowseMar 26, 2026

Idea Generator

Take this vague idea and expand it into 5 concrete, actionable concepts. For each, include: a one-line pitch, target audience, key differentiator, and first step to validate.
#3JA4kGmjbrandingby promptbrowseMar 26, 2026

Brand Naming Assistant

Generate 15 name ideas for this [product/company]. Constraints: [style]. For each name, note: meaning, domain availability likelihood, and pros/cons. Group by style category.
#zNMNhFSKbrandingby promptbrowseMar 26, 2026

Positioning Statement Builder

Write a positioning statement for this product. Use the format: For [target], [product] is a [category] that [key benefit] unlike [alternatives] because [differentiator]. Then provide three supporting messages.
#UFo-B1c1contentby promptbrowseMar 26, 2026

FAQ Generator

Generate a comprehensive FAQ from this product information. Include 10-15 questions covering: getting started, pricing, features, troubleshooting, and comparisons. Write clear, concise answers.
#pu7AxXO8educationby promptbrowseMar 26, 2026

Course Outline Builder

Design a course outline for teaching [topic] to [audience]. Include: learning objectives, module breakdown with lessons, estimated time per module, hands-on exercises, and assessment methods.
#IowZNGTQeducationby promptbrowseMar 26, 2026

Flashcard Maker

Convert this material into 20 flashcards. Format each as Front (question/term) and Back (answer/definition). Mix question types: recall, application, and comparison. Order from fundamental to advanced.
#cgb6NZd6educationby promptbrowseMar 26, 2026

Quiz Generator

Create a quiz from this material. Include: 10 multiple choice, 5 true/false, and 3 short answer questions. Provide an answer key with explanations. Tag each question by difficulty.
#zFKtl_p_educationby promptbrowseMar 26, 2026

Math Tutor

Solve this math problem step by step. Explain each step in plain language, show your work, and highlight common mistakes to avoid. If I get confused, try a different explanation approach.
#YPPwRaUjeducationby promptbrowseMar 26, 2026

Debate Partner

I believe [position]. Argue the strongest possible case against it. Use evidence, logical reasoning, and address my likely counterarguments. Then identify the weakest point in my original position.
#KN8j_VShreasoningby promptbrowseMar 26, 2026

Ethical Dilemma Navigator

Analyze this ethical dilemma through multiple frameworks: utilitarian, deontological, virtue ethics, and care ethics. For each lens, state the recommended action and reasoning. Highlight where they conflict.
#XGwUD0ywstrategyby promptbrowseMar 26, 2026

Decision Matrix Builder

Build a decision matrix for these options. Define 5-7 criteria, assign weights, score each option 1-5, and calculate weighted totals. Show the matrix as a table and recommend the top choice with reasoning.
#7mu-qsCistrategyby promptbrowseMar 26, 2026

SWOT Analyst

Perform a SWOT analysis on this [business/idea/plan]. List 4-5 items per quadrant. Then identify the top strategic action that leverages a strength to capture an opportunity while mitigating the biggest threat.
#UOrRnAwNstrategyby promptbrowseMar 26, 2026

Risk Register Builder

Build a risk register for this project. For each risk, include: description, likelihood (1-5), impact (1-5), risk score, owner, and mitigation strategy. Sort by risk score descending.
#swLI477zresearchby promptbrowseMar 26, 2026

Competitor Research Brief

Create a competitor brief for [company/product]. Cover: key competitors, their positioning, pricing, strengths, weaknesses, and our differentiation opportunities. End with 3 strategic recommendations.
#9i0Vcgxyresearchby promptbrowseMar 26, 2026

Customer Interview Synthesizer

Synthesize these customer interview transcripts. Extract: recurring themes, notable verbatim quotes, unmet needs, surprising insights, and product implications. Group findings by theme.
#tvnlwygHresearchby promptbrowseMar 26, 2026

Survey Analyzer

Analyze these survey responses. Identify: top themes by frequency, sentiment distribution, notable outliers, correlations between responses, and 3-5 actionable recommendations.
#JKR1lxUEresearchby promptbrowseMar 26, 2026

Persona Builder

Create a user persona from this research data. Include: name, demographic snapshot, goals, frustrations, behaviors, preferred channels, a day-in-the-life scenario, and design implications.
#9Chdzpa9researchby promptbrowseMar 26, 2026

Jobs-To-Be-Done Mapper

Map this user research into Jobs-To-Be-Done format. For each job: state the job statement (When I... I want to... So I can...), list pains, desired outcomes, and current workarounds.
#ZA73ntNaproductby promptbrowseMar 26, 2026

PRD Drafter

Draft a PRD from these notes. Include: problem statement, goals/non-goals, user stories, functional requirements, acceptance criteria, technical considerations, timeline estimate, and open questions.
#4OOST2XYoperationsby promptbrowseMar 26, 2026

SOP Writer

Write an SOP from this process description. Include: purpose, scope, roles, step-by-step procedure with decision points, required tools, quality checks, and exception handling. Use numbered steps.
#SEfac9Kisupportby promptbrowseMar 26, 2026

Support Reply Draft

Draft a support reply for this customer issue. Be empathetic, acknowledge the problem, explain the solution or next steps clearly, and close with a helpful tone. Avoid corporate jargon.
#2iV6KfJ0analysisby promptbrowseMar 26, 2026

Return Policy Analyzer

Analyze this policy document in plain language. List: what it allows, what it restricts, important deadlines, hidden conditions, and how it compares to industry standard. Flag anything unusual.
#rmETchWsclassificationby promptbrowseMar 26, 2026

Intent Classifier

Classify the intent of each message below. Use these categories: [list]. For each, provide: the label, confidence (high/medium/low), and key phrases that drove the classification.
#JgRml0YZclassificationby promptbrowseMar 26, 2026

Tag Generator

Generate relevant tags for this content. Include: primary topic tags (3-5), subtopic tags (5-8), audience tags (2-3), and format tags (1-2). Order by relevance.
#iL2Jruvkextractionby promptbrowseMar 26, 2026

Search Keyword Extractor

Extract the most useful search keywords from this text. List: primary keywords, long-tail phrases, related terms, and suggested search queries. Group by intent (informational, navigational, transactional).
#n7Y11zpsextractionby promptbrowseMar 26, 2026

Graph Entity Extractor

Extract entities and relationships from this text for a knowledge graph. Format as triples: (Subject, Predicate, Object). Include entity types, relationship labels, and confidence levels.
#ncai7d06databy promptbrowseMar 26, 2026

Text-To-SQL

Convert this natural-language question into a SQL query. Show the query, explain what each part does, note any assumptions about the schema, and suggest indexes that would help performance.
#wRtPG4dYcodingby promptbrowseMar 26, 2026

Regex Builder

Write a regex pattern that matches the described pattern. Explain each component, provide test cases that should match and not match, and note any edge cases or limitations.
#E-xp-ZNHcodingby promptbrowseMar 26, 2026

Code Explainer

Explain this code in plain language. Cover: what it does, how it works step by step, any edge cases or bugs, performance characteristics, and suggestions for improvement.
#42cxn-wUcodingby promptbrowseMar 26, 2026

Code Reviewer

Review this code change. Check for: bugs, security issues, performance problems, edge cases, missing error handling, test coverage gaps, and style inconsistencies. Prioritize findings by severity.
#tG0DpfHscodingby promptbrowseMar 26, 2026

Unit Test Generator

Generate unit tests for this code. Include: happy path tests, edge cases, error conditions, and boundary values. Use [testing framework]. Provide both the test cases list and the actual test code.
#VAkYiOc5codingby promptbrowseMar 26, 2026

Bug Triage Assistant

Triage this bug report. Provide: likely root causes ranked by probability, steps to reproduce, affected components, severity assessment, suggested debugging steps, and a proposed fix approach.
#zLNULn9scodingby promptbrowseMar 26, 2026

API Documentation Writer

Write API documentation for this endpoint. Include: description, method, URL, headers, request parameters with types, request body schema, response schema, example request/response, error codes, and rate limits.
#VHYPVMXfproductby promptbrowseMar 26, 2026

Release Notes Writer

Write user-facing release notes from these changes. Group by: new features, improvements, bug fixes, and breaking changes. Use clear, non-technical language. Include migration steps for breaking changes.
#OVRdF2Hdcodingby promptbrowseMar 26, 2026

Commit Message Writer

Write a commit message for this change. Follow conventional commits format (type: subject). Include a concise subject line under 72 chars and a body explaining what changed and why.
#uRuBvFLNsimulationby promptbrowseMar 26, 2026

JavaScript Console

Act as a JavaScript console. I will type expressions and you will reply with the console output. Show the result of each expression. Do not explain unless I ask. Start with a ready prompt.
#KqaEgvjDplanningby promptbrowseMar 26, 2026

Travel Assistant

Plan a trip to [destination] for [duration]. Include: daily itinerary, must-see spots, local food recommendations, budget estimates, travel tips, and alternatives for rainy days. Ask about preferences first.
#R3aJsBbXlifestyleby promptbrowseMar 26, 2026

Recipe Generator

Create a recipe using these ingredients and constraints. Include: dish name, prep/cook time, difficulty level, ingredients with quantities, step-by-step instructions, pro tips, and nutritional highlights.
#MBBXJcgflifestyleby promptbrowseMar 26, 2026

Clothing Recommendation

Recommend an outfit for this occasion. Consider: weather, dress code, my style preferences, and comfort. Suggest main pieces, accessories, and alternatives. Include both budget and premium options.
#BEhPGIhGcoachingby promptbrowseMar 26, 2026

Motivational Muse

I need encouragement about [situation]. Provide: a reframed perspective, 3 personalized affirmations, a concrete small step I can take today, and a relevant quote. Be genuine, not generic.
#9USaDa6aby democreatorMar 27, 2026

Test Variable Prompt

Hello {{name}}, welcome to {{project}}!