AI AGENT ADDONS
Debugging
3,113installs

After fixing a bug, you need to write a clear record. This skill helps you create a post-mortem for other engineers and for your future self. It captures the root cause, how the bug was fixed, and how it slipped through testing.

Engineers benefit the most. The post-mortem saves time when someone encounters a similar issue later. It also helps the team learn from mistakes without repeating them.

Use this skill after a debug session lands a real fix. Write it before you close the bug ticket. The record includes code identifiers and validation steps so anyone can understand the fix quickly.

Add Post Mortem skill to your workflow

Global

mkdir -p ~/.claude/skills/post-mortem

Project

mkdir -p .claude/skills/post-mortem

Source Repository

Stars
2,904
Forks
388
Watchers
2,904
Last Push
2 months ago
Created
2 months ago