Skip to content

fliingelephant/agentic-audit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agentic-audit

Let agents audit your presentation slides.

The agent first guides you to provide context — audience, timing, key messages, domain knowledge, and more. Then four parallel review agents check your slides and produce a severity-ranked report:

  • Form — Are slides visually readable?
  • Flow — Does the story make sense for your audience?
  • Content — Is the technical content accurate and clear?
  • Pacing — Will it fit the time and keep attention?

Installation

/plugin marketplace add fliingelephant/agentic-audit
/plugin install agentic-audit@agentic-audit

Usage

/agentic-audit:audit <slides-file>

Or invoke without arguments and the skill will ask for the file path:

/agentic-audit:audit

What It Does

The /audit skill walks you through:

  1. Read slides — PDF (default), tex, typ, or md
  2. Collect metadata — The agent proposes values from your slides and asks you to confirm or adjust: speaker profile, audience, goal, style, timing, and key messages. Persists to SLIDES.md.
  3. Load domain knowledge — Guides you to provide relevant code, papers, or notes for accuracy checking.
  4. Parallel audit — Spawns four review agents (Form, Flow, Content, Pacing) in parallel
  5. Clarify — Asks you about any unclear or contradictory findings
  6. Report — P0 (must fix), P1 (should fix), P2 (suggestion), optionally persisted to AUDIT.md

Design Principles

  • Human-in-the-loop: Agents ask you when uncertain, rather than hallucinating or breaking silently

License

MIT

About

Agent-driven presentation audit plugin for Claude Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors