evidence-keeper

Enforce a two-mode QA gate for PPT decks using evidence ledgers and ai-tone scoring.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/AllenZhou/MIRISE --skill evidence-keeper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: evidence-keeper
Source: https://github.com/AllenZhou/MIRISE/tree/main/agents/ppt-pipeline/skills/evidence-keeper
Command: npx skills add https://github.com/AllenZhou/MIRISE --skill evidence-keeper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

PPT decks often lack a verifiable evidence trail and consistent tone; this skill provides a two-mode QA gate to enforce a 5-level evidence ledger and ai_tone scoring for slides.

Core Features & Use Cases

  • Maintains a per-page evidence ledger with tiered classifications (Verified, Single-source, Calculated, Pinned, Unknown) to support auditable slide claims.
  • Computes an ai_tone_score for the deck by scanning SlideSpec and Slide content against anti-ai-tone rules, enabling automated quality control.
  • Gate decisions and follow-on task generation ensure required actions for unknown or suspicious evidence.

Quick Start

Analyze the current PPT deck in your workspace to initialize the ledger and compute the ai-tone score.

Frequently Asked Questions about evidence-keeper

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

FAQPage Schema
How do I verify evidence sources for PPT slide claims?

You can verify PPT slide claims by maintaining an evidence ledger with tiered classifications like Verified, Single-source, Calculated, Pinned, and Unknown to ensure all deck content is auditable.

How do I detect AI generated tone in presentation slides?

Detecting AI generated tone in presentation slides involves scanning SlideSpec and slide content against anti-ai-tone rules to compute a deck-wide ai_tone_score for automated quality control.

What is a slide evidence ledger and when do I need it?

A slide evidence ledger is a per-page QA record that maps deck claims to source classifications. You need it when planning or reviewing PPT decks to enforce a verifiable evidence trail and consistent tone.

Can I use JSON files to automate PPT quality assurance checks?

You can automate PPT quality assurance checks by ingesting deckplan.json, evidence_sources[], and slides.json to build per-page claims, a structured claim_tree, and a deck-wide ai_tone_score.

How do I handle unknown or suspicious evidence in a slide deck?

Handling unknown or suspicious evidence in a slide deck requires applying QA gate decisions to generate follow-on tasks, ensuring required actions are executed before slide approval.