Files
magnus919_agent-skills/agent-evals-and-observability
Magnus Hedemarkandfactory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> 4a5f18e435 feat(skill): incorporate supabase/evals harness into supabase skill
Add references/agent-evals.md documenting the official supabase/evals
harness: eval/experiment concepts, the tools and local-stack runtimes,
run and result-viewing commands, and a mapping of harness scenarios to
the skill's operating references. Route to it from the supabase
"Choose the path" table and from postgres, agent-evals-and-observability,
backend-engineering, and data-engineering. Add two eval cases covering
the new reference and keep the generated catalog artifacts current.

Closes #271

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-08-09 18:05:33 -04:00
..

Agent Evals and Observability

Build evidence for AI-agent changes without confusing a dashboard with proof of quality.

Why Install This Skill

Agent behavior can look good in a demo yet fail through an unsafe tool call, a bad recovery path, stale data, or a silent production regression. This skill helps your agent turn those risks into task and trajectory contracts, datasets, appropriate graders, and release evidence.

It also keeps observability useful without turning it into a privacy liability. Your agent can design minimized traces and metrics, analyze a regression fairly, and make a release decision that keeps hard safety and privacy invariants separate from ordinary quality indicators.

What You Get

Contents Provides
SKILL.md Framework-neutral workflow and routing
references/ Evaluation, statistics, trajectory, privacy, OTel, and source guidance
templates/ Fillable plans, manifests, grader specs, reviews, reports, and gates

Quick Start

Ask: Create an eval plan and release gate for this agent change.

Expected result: a risk-based plan that names the task contract, evidence, privacy limits, uncertainty, rollback path, and decision owner.

Triggers

  • Agent evaluation, LLM evals, evaluation dataset, grader, or model judge
  • Agent observability, traces, telemetry, trajectory review, or production monitoring
  • Regression analysis, prompt/model/tool release gate, or incident-to-eval learning
  • Privacy-aware logging, redaction, retention, or trace sampling for an agent

Requirements

No package, vendor account, or API key is required. Use the agent framework and telemetry backend already selected by the project. OpenTelemetry GenAI is optional interoperability guidance only.