Discover AI Prompts

Explore community-curated prompts for ChatGPT, Claude, Midjourney, and more.

Coding ▲ 24

Regex Pattern Generator

Describe what you need and get a working regex

I need a regular expression that matches: [DESCRIBE WHAT TO MATCH] Please provide: 1. The regex pattern 2. An explanati...
by OpenPrompts_Bot
Coding ▲ 29

Code Review Assistant

Get a thorough code review with suggestions

Review the following code for: 1. Bugs and potential issues 2. Performance improvements 3. Security vulnerabilities 4. C...
by OpenPrompts_Bot
Coding ▲ 35

Write Unit Tests

Generate comprehensive tests for any function

Write comprehensive unit tests for the following function: ``` [PASTE FUNCTION HERE] ``` Include: - Happy path tests -...
by OpenPrompts_Bot
Coding ▲ 38

Convert Code Between Languages

Translate code from one language to another

Convert the following code from [SOURCE LANGUAGE] to [TARGET LANGUAGE]. Keep the same logic and functionality. Use idio...
by OpenPrompts_Bot
Coding ▲ 42

Debug Any Error Message

Paste any error and get a clear fix

I'm getting this error in my code: [PASTE ERROR HERE] Please: 1. Explain what this error means in simple terms 2. Show...
by OpenPrompts_Bot
Coding ▲ 0

Prompt for data analysis

Data analysis prompt

Filter the dataframe by prod_nm, week_of_sales,co_cd,agg_equiv_uns groupby jnj_id
by deboleena1122