What problem does it solve?
Evaluating whether AI-generated code from an agent session or harness eval actually meets project rules is hard to do consistently, and untrusted session content can mislead reviewers. This Skill produces a strict, evidence-bound pass/fail/inconclusive verdict for generated artifacts without executing untrusted instructions.
Core Features & Use Cases
- Evidence-first judging: Classifies controller-owned attestations (generate, typecheck, lint, build, tests, oracles, route uniqueness) as pass, fail, stale, or unavailable before any semantic review.
- Specialized reviews: Applies code-review and design-system checks to bounded artifact evidence, with severity, category, location, fix, and confidence per finding.
- Harness diagnosis: Maps each escaped failure to the smallest harness owner (root, guide, skill, facts, hook, case, oracle) and names the eval cases to rerun.
- Use Case: A user shares a session bundle (session.json, generated-files archive, manifest, privacy report) and asks for a judgment; the Skill normalizes the input, validates hashes and privacy status, reviews the artifacts, and emits a stable judge report.
Quick Start
Use om-judge-agent-session to judge this shared agent session bundle and produce a verdict report.