evidence-dashboard

Generate evidence dashboards with per-journey verdicts and historical trends.

2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/krzemienski/validationforge --skill evidence-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evidence-dashboard
Source: https://github.com/krzemienski/validationforge/tree/main/skills/evidence-dashboard
Command: npx skills add https://github.com/krzemienski/validationforge --skill evidence-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Translates scattered validation evidence into a concise, decision-ready dashboard, enabling engineering leads and QA teams to review journeys, verdicts, and evidence at a glance rather than sifting through folders of raw files.

Core Features & Use Cases

  • Aggregates per-journey verdicts (PASS/FAIL) from VERDICT.md into a unified dashboard.
  • Outputs dashboard.md and dashboard.html plus a historical snapshot in e2e-evidence/.history for trend analysis.
  • Supports audit reviews and ship decisions by summarizing evidence quality and journey statuses across runs.

Quick Start

Run the dashboard generator after a validation run to produce the e2e-evidence dashboard.

Frequently Asked Questions about evidence-dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a validation evidence dashboard from VERDICT.md files?

To generate a validation evidence dashboard, run the dashboard generator after a validation run to parse VERDICT.md, aggregate per-journey verdicts, and output dashboard.md and dashboard.html reports.

What is the best way to summarize e2e validation results for an audit?

The best way to summarize e2e validation results for an audit is to aggregate per-journey PASS/FAIL verdicts and evidence citations into a unified dashboard that reviews evidence quality and journey statuses.

How does historical trend analysis work for e2e validation evidence?

Historical trend analysis for e2e validation evidence works by generating snapshots in a .history directory during each dashboard run, allowing you to track per-journey scoring and verdict changes over time.

Can I use the evidence dashboard for ship decisions after a validation run?

Yes, you can use the evidence dashboard for ship decisions after a validation run because it summarizes per-journey verdicts, evidence quality, and historical trends into decision-ready dashboard.md and dashboard.html formats.

Do I need dependencies to turn validation evidence into a dashboard?

No dependencies are required to turn validation evidence into a dashboard, as the Skill operates independently using scripts to parse VERDICT.md files and generate markdown, HTML, and history snapshot outputs.

Why does my validation evidence dashboard show a FAIL verdict for a journey?

Your validation evidence dashboard shows a FAIL verdict because the generator parses the aggregated journey data from VERDICT.md, reflecting a failed validation status with evidence citations for that specific journey.