원클릭으로
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
- ...