Add criteria comparison and tool/skill usage to summary reports#89
Draft
samvaity wants to merge 1 commit into
Draft
Add criteria comparison and tool/skill usage to summary reports#89samvaity wants to merge 1 commit into
samvaity wants to merge 1 commit into
Conversation
e545800 to
6fa5ab4
Compare
Add two new sections to the summary markdown: 1. Criteria Comparison — per-prompt cross-config table showing which criteria passed/failed in each config, with strengths and issues listed per config. Inspired by the manual evaluation-results.md format. 2. Tool & Skill Usage by Config — table showing tools used, MCP calls, skills invoked, and duration per config for quick comparison. Fixes #86 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
6fa5ab4 to
b5a67e9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add criteria-level comparison and tool/skill usage tables to the summary markdown report, addressing #86.
New Sections
Criteria Comparison — Per-prompt table showing pass/fail for each criterion across configs:
Plus strengths/issues listed per config.
Tool and Skill Usage by Config — Quick reference table:
Motivation
The previous summary only showed scores (e.g., 11/12, 8/12, 5/12) without showing which criteria passed or failed in each config. This made it hard to understand what skills/MCP tools actually improved.
Fixes #86