postmortem

Analyze campaign artifacts and git history to generate structured postmortem reports.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/special-place-administrator/citadel_codex --skill postmortem-special-place-administrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: postmortem
Source: https://github.com/special-place-administrator/citadel_codex/tree/main/skills/postmortem
Command: npx skills add https://github.com/special-place-administrator/citadel_codex --skill postmortem-special-place-administrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically compiles a structured postmortem from completed Citadel campaigns by consolidating artifacts from campaign files, telemetry logs, and the feature ledger, saving time and improving incident learning.

Core Features & Use Cases

  • Reads campaign files, telemetry data, and git history to produce a comprehensive postmortem.
  • Documents what broke, what safety systems caught, and patterns that emerged.
  • Can be invoked on demand for any incident or after campaign completion, and stores the result under .citadel/postmortems.

Quick Start

Invoke the postmortem skill against a completed campaign to generate a structured postmortem report

Frequently Asked Questions about postmortem

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a postmortem report from campaign artifacts and telemetry?

You generate a structured postmortem by invoking the skill against a completed campaign. It automatically reads campaign files, telemetry logs, and git history to extract findings and output a structured markdown file.

What is included in an automated incident analysis postmortem?

An automated incident analysis postmortem documents what broke, what safety systems caught, and patterns that emerged. It consolidates artifacts by reading campaign files, telemetry data, and git history to improve incident learning.

Can I run an on-demand postmortem for incident reviews outside of campaign completion?

Yes, you can run an on-demand postmortem for any incident review. The skill can be invoked whenever needed to analyze telemetry and git history, not just strictly after campaign completion.

Where are generated postmortem files stored and how are they named?

Generated postmortem files are stored in the .citadel/postmortems directory. They are automatically named using the postmortem-{slug}-{date}.md file format to keep your incident reviews organized.