Cookbook
From incident to fix, without the scramble
Triage the page, find the root cause, open the remedial PR, and write the post-mortem.
Engineeringadvanced
What this does
- Reads the alerts and error signatures the moment a service degrades
- Correlates with recent deploys to find the regression
- Opens a PR with the fix and a test, and files the bug
- Drafts the customer status note and the post-mortem
Workflow
- Trigger
On the page
From an alert webhook or the incident channel.
- Prompt
Find the cause
Correlate error signatures with recent deploys.
- Shell
Open the fix
PR with the guard and a regression test.
- Result
Notify + post-mortem
Customer status note and the RCA, drafted.
Recommended skills
Reusable skills the recipe pulls in, add them once, every agent can use them.
Root-cause tracingCorrelate errors with deploys
PR + test authoringGuard the path, add a test
Post-mortem writingDraft the RCA once it ships
How to use this recipe
- 1Connect your logs, repo, and issue tracker
- 2Fire it from the incident channel or an alert webhook
- 3Approve the rollback or the PR from your phone
- 4Ship, then let it write the post-mortem
Recipe files
incident-triage/
recipe.mdskill.mdjobs-setup/
incident-triage-poll.mdskills/
root-cause-tracing.mdpr-test-authoring.mdpost-mortem-writing.mdworkflow.jsonCopy the prompt
Install the "From incident to fix, without the scramble" recipe from the Eluu cookbook. 1. Fetch https://eluu.ai/cookbook/incident-triage/skill.md and save it into your skills folder as "incident-triage". 2. Ask me its first-run questions and store my answers in memory. 3. Offer to schedule the recurring jobs listed in the skill; only create the ones I approve. 4. Then run the skill once end to end so we can review the output together.
eluu.ai/cookbook/incident-triage.md
Paste it into any agent. It fetches the recipe file and pulls in the skills and prompts on its own, the prompt stays short, the detail lives at the URL.