231 prompts matching "M code"
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-...
I'm reviewing a PR from a junior developer who's been on the team for two months...
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 have a function that's grown into a god-function. Refactor it without changing...
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...
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...
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 ...
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...
Review the PR below as a senior engineer would. Cover: (1) correctness — does it...
I want to add a feature, and the code I'd touch is messy enough that I'm tempted...
I have a column of free-text addresses scraped from a form: [PASTE 20 SAMPLES]. ...