一键导入
postmortems-skill
Create concise incident postmortems at others/postmortem/YYYY-MM-DD-title.md for non-trivial bugs or issues.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create concise incident postmortems at others/postmortem/YYYY-MM-DD-title.md for non-trivial bugs or issues.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Unified Vmemo local development workflow: setup-state check, reset decision, and temporary port conflict handling.
Run the full GitHub PR lifecycle: create, update, assign, and keep PR content in sync with new commits.
Prepare a Vmemo release PR with explicit config-change confirmation gates.
开发时必须遵守 Vmemo 的编码规范与工程约束。
Use when working on Phoenix projects with Tidewave MCP. Prefer Tidewave tools for code discovery, docs lookup, runtime checks, and database verification instead of ad-hoc guessing.
Use this skill when publishing or updating the Vmemo Zeabur template, including pre-publish validation, manual Zeabur console steps, and post-publish link updates.
| name | postmortems-skill |
| description | Create concise incident postmortems at others/postmortem/YYYY-MM-DD-title.md for non-trivial bugs or issues. |
Use this skill when a non-trivial bug or issue has been diagnosed and fixed.
Create a durable postmortem record in:
others/postmortem/YYYY-MM-DD-title.mdRun this skill when the task involved one or more of the following:
For trivial typos or one-line safe fixes, skip postmortem unless the user asks.
Use this format:
others/postmortem/YYYY-MM-DD-title.mdRules:
YYYY-MM-DD must be the incident/fix date (Asia/Tokyo unless user specifies otherwise).title must be short, lowercase, and hyphenated.Example:
others/postmortem/2026-05-22-typesense-healthcheck-startup-block.mdEvery postmortem must include exactly these sections:
## What happened## Root cause## Fix applied## What we learned# <Short incident title>
## What happened
- ...
## Root cause
- ...
## Fix applied
- ...
## What we learned
- ...