231 prompts matching "m code"
I have a column of dates in Excel with inconsistent formats: '03/15/2024', '15-M...
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 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-...
Act as a code reviewer focused on readability. Below is a function that has grow...
I have a function that's grown too long and hard to test. Help me refactor it st...
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...
Review the PR below as a senior engineer would. Cover: (1) correctness — does it...
I have a function that's grown into a god-function. Refactor it without changing...
I have a column of free-text addresses scraped from a form: [PASTE 20 SAMPLES]. ...
I'm reviewing a PR from [SENIOR ENGINEER] who's more experienced than me: [DESCR...
I need to refactor [MODULE/FUNCTION] and there are no tests. Yes, I should add t...
A junior engineer on my team submitted a PR that works but has problems — naming...
I want to improve [CODE/MODULE — paste it or describe its shape]. The problems a...
Design a 30-minute design review with one engineer who will implement the work. ...
You are a backend reliability engineer. Design a retry policy for calling [exter...
You are an engineering manager building a code review culture from scratch. Gene...
I exported a survey to Excel. Each respondent is one row, each question is its o...
Analyze the following async code for race conditions. Identify any shared state ...
Refactor the following large class (>500 lines, multiple responsibilities) into ...
Walk through my diff like a reviewer who doesn't know the context. For each file...