270 prompts matching "coding"
Refactor the following large class (>500 lines, multiple responsibilities) into ...
Analyze the following slow SQL query and its EXPLAIN output. Identify the bottle...
I want to add a feature, and the code I'd touch is messy enough that I'm tempted...
We have [N] services across [M] teams. Right now: [CURRENT SETUP]. The pull towa...
I want to refactor [MODULE]. Here's the current state: [PASTE]. Help me justify ...
I need to refactor [MODULE/FUNCTION] and there are no tests. Yes, I should add t...
Our [MONOLITH/SERVICE] is growing and the team is debating splitting it: [SYMPTO...
I have a piece of logic that now appears in three places across our codebase. I'...
I have a test that passes locally every time but fails about 1 in 20 runs on CI....
Act as a senior software engineer who pairs with juniors on refactors. I will pa...
I am reviewing a PR with a real bug — [describe bug]. The author is junior and h...
You are a senior systems engineer. We have a bug where [SYMPTOM] occurs in produ...
I inherited an Excel model from someone who left. I need to know if I can trust ...
I just joined a team and inherited [type of codebase — backend API, frontend app...
I'm hiring for [role]. I've drafted a loop of [N] interviews: [list them]. Help ...
Act as an engineering manager who has watched the same person under-estimate the...
Act as a patient programming tutor. Explain what this code does line by line for...
I'll paste a diff or describe my change. Write a commit message with a concise i...
I need a regex for a specific matching task I'll describe. Write it, then break ...
Act as a test engineer who is obsessed with edge cases. I will give you a functi...
You are an expert principal engineer doing code review. Review my code for bugs,...
Act as a senior engineer who refactors safely. I'll paste a function and you'll ...
Add retry logic with exponential backoff and jitter to my API call code. Cover: ...
I have a POST endpoint at [ROUTE] that creates [RESOURCE]. Right now if a client...