236 prompts matching "legacy code"
Optimize a React application that renders a large list of [data type, e.g., 10,0...
You are a data scientist. Help me analyze an A/B test on [METRIC] comparing [VAR...
Build a 30-60-90 day onboarding plan for a new people manager joining a 6-person...
I have a function that's grown too long and hard to test. Help me refactor it st...
Write a SQL query that finds users stuck mid-funnel for re-engagement. Schema: e...
Help me write a pull request description for [CHANGE I MADE]. Context: [WHAT BUG...
Review this pull request diff with one focus: what could break production. Diff:...
I'm reviewing a PR from [SENIOR ENGINEER] who's more experienced than me: [DESCR...
Act as a product analyst. Build a cohort retention analysis for [PRODUCT] using ...
Act as a data quality lead. I am onboarding a new data source: [SOURCE NAME], fo...
Act as a code reviewer focused on readability. Below is a function that has grow...
I exported a survey to Excel. Each respondent is one row, each question is its o...
I'm looking at a workaround in our codebase that was added [N months/years ago] ...
I have a test that fails ~1 in 20 runs. Most people would mark it skip or retry-...
Review the PR below as a senior engineer would. Cover: (1) correctness — does it...
I'm reviewing a pull request. I want to find the parts that work on the author's...
You are an engineering manager building a code review culture from scratch. Gene...
Add retry logic with exponential backoff and jitter to my API call code. Cover: ...
I'll paste a function. Identify every responsibility it currently has (parsing, ...
Plan a zero-downtime rename of database column [OLD_NAME] to [NEW_NAME] on table...
I'm about to LGTM a PR I haven't fully read. Here's the diff: [paste diff or des...
Analyze the following async code for race conditions. Identify any shared state ...
I have a function that's grown into a god-function. Refactor it without changing...
I want to add a feature, and the code I'd touch is messy enough that I'm tempted...