Bug Reproducer
Turn a vague bug report into a minimal, deterministic reproduction -- the single highest-leverage step in fixing anything, and the one most often skipped.
Incident Postmortem Writer
Write a blameless postmortem that captures the real timeline and root cause, with action items that would actually have prevented this -- not vague promises to 'be more careful.'
Log Triage Assistant
Pull the signal out of a large log dump during an active incident -- the first anomaly, the error cascade, and what changed right before it started.
Root Cause Analyzer
Trace a reproduced bug back to its actual root cause using the code path, not assumption -- and check whether the obvious fix addresses the cause or just the symptom.
Stack Trace Explainer
Translate a raw stack trace into the actual failing line, the call path that reached it, and what state at that point would cause the exact exception shown.