ai-evidence-analysis

Analyze screenshots, API outputs, and CLI logs to assign confidence scores and structured findings.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Provide automated, AI-augmented review of captured validation evidence so teams can surface hidden failures, prioritize items to inspect, and produce repeatable, auditable findings with confidence scores.

Core Features & Use Cases

  • Vision + LLM analysis: Use vision-capable models to inspect screenshots and LLMs to evaluate API and CLI outputs for errors, missing fields, and regressions.
  • Per-item confidence scoring: Assign 0–100 confidence scores, verdict labels (PASS/WARN/FAIL), and structured findings with severity and remediation recommendations.
  • Pipeline integration & offline-safe: Run as an optional pipeline step that writes sidecar ai-analysis JSON files, respects config/env flags to disable model calls, and never mutates original evidence.
  • Use case: After an end-to-end run, analyze screenshots, API JSON responses, and CLI logs to prioritize critical failures for engineers and to provide evidence-backed verdicts for releases.

Quick Start

Analyze the captured evidence inventory and produce per-file confidence scores, structured findings, and ai-analysis sidecar files for the verdict-writer to consume.

Frequently Asked Questions about ai-evidence-analysis

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

FAQPage Schema
How do I automate screenshot QA and API response validation using AI?

Automated screenshot QA and API response validation uses vision models to inspect screenshots and LLMs to evaluate API outputs, assigning 0–100 confidence scores and structured findings with severity labels. This process writes sidecar JSON files without mutating original evidence.

How does AI confidence scoring work for post-execution validation pipelines?

AI confidence scoring for post-execution validation pipelines analyzes captured evidence using file-type detection and content inspection to assign per-item 0–100 scores, verdict labels, and remediation recommendations. It operates as an optional pipeline step that outputs sidecar analysis files.

Can I run AI evidence analysis offline without making model calls?

AI evidence analysis can run offline without making model calls by respecting config and environment disable flags. This ensures the pipeline avoids model requests while still performing file-type detection and content inspection within the validation workflow.

What is the best way to prioritize critical failures from CLI output inspection?

Prioritizing critical failures from CLI output inspection is best handled by applying LLMs to evaluate logs and assign per-item 0–100 confidence scores with severity labels. This automated review produces structured findings to help engineers focus on the most critical regressions.

Does AI evidence review mutate the original screenshots or API responses?

AI evidence review does not mutate original screenshots or API responses. The analysis process performs non-destructive content inspection and writes separate sidecar ai-analysis JSON files containing the confidence scores and structured findings.

When should I not use AI models for evidence review in my pipeline?

You should not use AI models for evidence review when offline mode is active or config disable flags are set. The system respects these flags to avoid model calls, ensuring no vision or LLM requests are made during the validation pipeline.