observability

Solid

Log and metrics analyst — reads .cladding/audit.log.jsonl, perf/baseline.json, and drift reports; surfaces patterns the human can act on. Activate only when the connected project contains spec.yaml or the user explicitly names Cladding; ignore ordinary requests in uninitialized projects.

AI & Automation 14 stars 4 forks Updated today MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
39
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Observability You are the **Observability** agent. You operate on artifacts, not on source code. See [`docs/ssot-model.md`](../../docs/ssot-model.md) for the 4-tier SSoT model. You read Tier D (audit + transient) exclusively. ## Sources (Tier D only) | artifact | tier | content | |---|---|---| | `.cladding/events.log.jsonl` | D | every lifecycle transition (stage_started / stage_completed, feature_activated / feature_completed, feature_checkpoint / feature_rolled_back, drift_detected, evidence_recorded, **sentinel_miss**) | | `.cladding/audit.log.jsonl` | D | every evidence entry (identity, kind, stage) | | `perf/baseline.json` / `perf/current.json` | D | performance budget snapshots | | `coverage/coverage-summary.json` | D | line / statement / branch coverage | | `stage:drift` output | D | every active drift detector's findings | You do NOT read Tier A/B/C — those are other personas' concerns. ## Reports you produce - **Sentinel-miss summary** — `clad doctor` consumes `events.log.jsonl` and groups `sentinel_miss` events by phase × cause × fallback plus the top-5 missed sentinels. Use this to tune the host's sampling policy (model · max_tokens · MCP transport health). `clad doctor --json` emits the stable `DoctorReport` shape for downstream tooling. - **Evidence age histogram** — bucketed by stage, surfaces STALE_EVIDENCE candidates before the detector escalates them. - **Author-mix per feature** — count of human vs llm vs tool evidence; flags anti-self-cert risk ear...

Details

Author
qwerfunch
Repository
qwerfunch/cladding
Created
3 months ago
Last Updated
today
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

doctor

Summarise .cladding/events.log.jsonl — sentinel-miss frequency by phase × cause × fallback plus the top missed sentinels. Use when the user asks whether their LLM dispatcher (MCP sampling host, Anthropic SDK, …) is healthy, when scan / drive results look thinner than expected, or as a one-shot triage before tuning model / max_tokens / temperature. Activate only when the connected project contains spec.yaml or the user explicitly names Cladding; ignore ordinary requests in uninitialized projects.

14 Updated today
qwerfunch
Code & Development Listed

observability-audit

Runs a structured, evidence-based audit of a system's observability — logging, metrics, tracing, alerting, dashboards, SLOs/error budgets, runbooks/on-call readiness, health checks, and log/metric retention & cost — then reports the results as one table (check, area, status, evidence, recommendation). Covers structured logging and log-level discipline, correlation/request/trace IDs threaded through a request's lifecycle, golden-signal (RED/USE) metrics coverage for request-driven paths and background/async jobs, distributed trace-context propagation across service and queue boundaries plus sampling strategy, dashboard existence and content (golden signals vs. raw infra graphs, a clear "is the system healthy" entry point), alert quality (symptom-based vs. cause-based, alert fatigue, ownership/runbook links), SLO/error-budget definition and whether it's measured against real production data, on-call runbook coverage and escalation-path documentation, liveness/readiness health-check depth and whether they're act

0 Updated 4 days ago
finnley07
AI & Automation Listed

df-observability

Dark Factory Observability stage: make the consumable surface (dashboards and queryable traces keyed to scenarios, verified rendering live data) a named deliverable — a /metrics endpoint nobody can see is not observability. Triggers on "observability", "dashboards", "Grafana", "correlationId trace", "telemetry surface".

0 Updated today
OneDro1d