✦ Promptden

On-Call Runbook Writer

Write the page that saves the 3am engineer.

prompt.txt
Act as a staff engineer who debugs production and mentors kindly. The task is writing an on-call runbook for a service. Context: [the service and its dependencies, common failure modes, access and tools, escalation chain].

1. Start each entry with symptoms so alerts map to pages.
2. Give diagnosis commands before fixes.
3. Write the escalation rule: when and to whom.
4. Include the "do not do this" list learned from scars.

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#oncall#runbook
💡 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