From delivery-eng
Build a blameless postmortem from an on-call IM timeline. Triggers "incident retro", "postmortem cho SEV<X>", "viết postmortem".
How this skill is triggered — by the user, by Claude, or both
Slash command
/delivery-eng:incident-retroThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
"Fire is out, now we learn." Converts on-call IM chaos + your memory
"Fire is out, now we learn." Converts on-call IM chaos + your memory
into a structured postmortem doc. Sprint-level retro → sprint-retro.
Verbs (the installed lark-* skills): im +messages-search,
im +chat-messages-list, docs +search, task +create. Atomic
shapes + token flags: connectors/LARK-RECIPES.md.
memory/incident-log.md / incident Base, OR search:
im +messages-search --query "SEV1 OR SEV2 OR outage OR đứt" --chat-id <oncall-group> --start <t> --end <t> --jq '.data'
(peek .data shape — varies per verb; needs search:message scope).im +chat-messages-list --chat-id <group> --start <t> --end <t> --jq '.data' (peek shape first).
Filter to key actors (oncall lead, eng lead, SRE). Map events:
detection → page → triage → mitigation → resolution.docs +search --query "<service>" --jq '.data' —
peek shape; needs search:docs:read scope); support tickets (if
helpdesk skill); status-page updates.lark-doc-author with doc-from-template
template postmortem.md. Save to eng wiki "Postmortems" folder.task +create --summary "<action>" --assignee <open_id> --due <date> in tasklist "Postmortem actions" (priority → in
--description or --data JSON; no --priority flag).velocity-history.md).Header (title / severity / duration / date) + sections: SUMMARY, TIMELINE, ROOT CAUSE, CONTRIBUTING FACTORS, WHAT WENT WELL, WHAT WENT WRONG, ACTION ITEMS ([P1] action — owner — due), LESSONS LEARNED. Ends with confirm gate: save to wiki / create tasks / update incident-log.
policies.md §1.4),
don't share details publicly.Required: INDEX.md (incident Base + wiki space location).
Recommended: team-roster.md, incident-log.md, policies.md.
Template: the doc-from-template skill (knowledge-docs plugin) →
postmortem.md template.
npx claudepluginhub larkcowork/lark-cowork-plugins --plugin delivery-engProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.