writing-release-notes-as-postmortem

Write postmortem-style release notes with severity-sorted fix entries.

2|Updated May 23, 2026
One-click install
npx skills add https://github.com/rocklambros/rcs --skill writing-release-notes-as-postmortem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-release-notes-as-postmortem
Source: https://github.com/rocklambros/rcs/tree/main/skills/workflow/writing-release-notes-as-postmortem
Command: npx skills add https://github.com/rocklambros/rcs --skill writing-release-notes-as-postmortem

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It turns bug fixes, security patches, and regression-heavy releases into release notes that explain what failed, what changed, and how the fix is verified.

Core Features & Use Cases

  • Writes severity-sorted fix entries with the bug ID, user-visible symptom, code location, root-cause class, regression test, and commit SHA.
  • Produces an executive summary with fix counts, weighted severity, and coverage delta, while stripping marketing language from the final notes.
  • Handles patch releases, hotfixes, mixed feature-and-fix releases, and regulated releases that need traceability to prior versions and deferred regressions.

Quick Start

Write the v2.3.1 patch release notes as a postmortem-style changelog with six-field fix entries, a severity-sorted summary, deferred regressions, and a link to the prior release.

Frequently Asked Questions about writing-release-notes-as-postmortem

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

FAQPage Schema
How do I write release notes that document fixed regressions with postmortem detail?

To write postmortem-style release notes, you create severity-sorted fix entries containing six specific fields: bug ID, user-visible symptom, code location, root-cause class, regression test, and commit SHA. This documents what failed, what changed, and how the fix is verified.

What is the best way to structure a changelog for a regulated security patch release?

Structuring a changelog for a regulated security patch requires an executive summary with severity counts and coverage delta, strict avoidance of marketing language, and prior-release cross-links. This ensures traceability and audit-readiness for compliance requirements.

Can I use postmortem release notes for mixed feature-and-fix patch releases?

Yes, postmortem release notes handle mixed feature-and-fix patch releases, hotfixes, and stability updates. They focus on severity-sorted fix entries and deferred-issue tracking, ensuring all regressions are documented regardless of the release type.

How do I track deferred regressions and link to prior releases in a changelog?

Tracking deferred regressions involves listing unresolved issues separately within the changelog and including prior-release cross-links. This maintains a continuous audit trail across versions while clarifying which fixes are deferred from the current patch.

Why should I strip marketing language from hotfix release notes?

Stripping marketing language from hotfix release notes ensures the changelog remains an objective audit trail. It forces focus on the six per-fix fields, executive severity counts, and coverage delta, which are required for accurate postmortem analysis and compliance.

What should be included in an executive summary for regression-fix release notes?

An executive summary for regression-fix release notes should include total fix counts, weighted severity metrics, and coverage delta. It provides a high-level postmortem overview of the release impact without using promotional language.