What problem does it solve?
This skill solves the challenge of maintaining quality in LLM-agent workflows by providing a structured, deterministic way to catch regressions before a release. It prevents quality drift by comparing new agent versions against a established baseline using a fixed suite of test cases.
Core Features & Use Cases
- Regression Detection: Automatically identifies cases where a candidate agent version scores lower than the baseline on a four-part rubric.
- Review Workflow: Provides a local dashboard to triage regressions, record human decisions, and approve or block releases.
- Use Case: Before deploying a new version of a support agent, use this board to verify that the new model maintains performance across support, reasoning, and safety categories without introducing new errors.
Quick Start
Use the kelly-agent-eval skill to open the local review board and triage the current candidate agent regressions.