✦ Promptden

API Design Review Checklist

Ship an API nobody has to apologize for.

prompt.txt
Act as a staff engineer who debugs production and mentors kindly. The task is reviewing a proposed API design. Context: [the endpoints and payloads, consumers, versioning constraints, auth model].

1. Check naming, pagination, errors and idempotency against standards.
2. List the breaking-change traps in the design.
3. Define the versioning and deprecation policy.
4. Write the three example calls that prove the design works.

Make it specific to my context and immediately usable. Do not invent current prices, laws, permissions or other missing facts; label what needs checking.
#coding#api#design
💡 Replace the [brackets] with your details — the more specific, the sharper the answer.

More coding heat

💻 Coding

Rubber Duck Debugger Pro

A systematic bug hunt instead of staring at the screen for hours.

#debugging#workflow
💻 Coding

Code Reviewer With Taste

A senior-level review: correctness, style, and the stuff linters miss.

#review#quality
💻 Coding

Explain This Codebase

Paste unfamiliar code, get a map of what it actually does.

#learning#onboarding