182 prompts matching "clean code"
Act as a senior test engineer. The test {{test name}} fails in CI roughly {{freq...
Act as a database engineer. Write a {{database: e.g., PostgreSQL 15}} migration ...
I have a Node.js process leaking memory. RSS grows from 200MB to 2GB over 6 hour...
I have a messy customer address dataset (~500K rows, CSV). Issues observed: inco...
Design a refund decision tree for support agents handling [PRODUCT_TYPE]. Branch...
Review my pull request and write feedback that's specific, actionable, and kind....
Act as a senior engineer. I will paste a legacy function in [LANGUAGE]. Step 1: ...
Act as a code reviewer focused on readability. Below is a function that has grow...
Act as a senior engineer. I'll paste a function that does too much — parses inpu...
I have a column of dates in Excel with inconsistent formats: '03/15/2024', '15-M...
I have a function that's grown too long and hard to test. Help me refactor it st...
Add retry logic with exponential backoff and jitter to my API call code. Cover: ...
Refactor the following legacy JavaScript code to modern ES2024 standards: [PAST...
Map a complete e-commerce checkout user flow including all branching paths. Cont...