jh941213/codex-lattice · Archived

observability-slo

Observability and SLO design workflow. Use when adding or reviewing logs, metrics, traces, dashboards, alerts, SLIs, SLOs, error budgets, runbooks, or production monitoring for a service or feature.

Installation

$ npx skills add jh941213/codex-lattice --skill observability-slo

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from jh941213/codex-lattice · top by installs.

npx skills add jh941213/codex-lattice

Browse all from jh941213/codex-lattice

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 19
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,478 B
  • docs SUMMARY.md 223 B

History

  1. First recorded snapshot · 1 installs

SKILL.md

Observability And SLO

Use this skill when a change needs production visibility, alerting, SLOs, or dashboard/runbook updates.

Workflow

  1. Identify the user-visible behavior that should be measured.
  2. Define SLIs before alerts: availability, latency, correctness, freshness, durability, or throughput.
  3. Define SLO targets and error budget policy in docs/harness/SLO_POLICY.md.
  4. Map telemetry:

- logs for discrete events and audit trails - metrics for aggregate health and alerting - traces for request paths and dependency latency

  1. Add alert criteria only when a human action is expected.
  2. Update docs/harness/OBSERVABILITY.md and docs/harness/OPERATIONS_RUNBOOK.md.
  3. Add dashboard and runbook links or placeholders when live URLs are not available.

Alert Quality Checklist

  • The alert maps to a user impact or fast-moving risk.
  • The alert has an owner and runbook.
  • The runbook includes first diagnostics, rollback, and escalation.
  • The threshold avoids paging for harmless noise.
  • The signal can distinguish service failure from dependency failure where possible.

Required Output

Return SLIs, SLOs, telemetry changes, alerts, dashboards, runbook updates, and remaining blind spots.