What problem does it solve?
Incident knowledge often gets lost in chat threads or scattered debug logs, forcing engineers to re-diagnose the same failures. This Skill standardizes how incident records are written to the Echo knowledge base so future engineers can quickly decide what to check or do next.
Core Features & Use Cases
- Search-before-write deduplication: Invokes the consult-echo search sequence to find and edit existing entries covering the same incident instead of creating duplicates.
- Structured OKF incident format: Drafts wiki-note documents with TL;DR, response steps, cause, resolution, and artifact links, using lowercase kebab-case tags including incident, debugging, and ops.
- Canonical URL linking: Creates or edits entries via the Echo CLI and adds the returned canonical URL to the associated pull request or issue.
- Use Case: After resolving a training pipeline outage, an engineer drafts a concise incident record, publishes it with
uv run infra/echo/cli.py wiki add, and pastes the Echo URL into the fix PR.
Quick Start
Ask the assistant to write an ops log entry for the incident you just investigated and link the Echo URL to your pull request.