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?
/plugin marketplace add fliingelephant/agentic-audit
/plugin install agentic-audit@agentic-audit
/agentic-audit:audit <slides-file>
Or invoke without arguments and the skill will ask for the file path:
/agentic-audit:audit
The /audit skill walks you through:
- Read slides — PDF (default), tex, typ, or md
- 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. - Load domain knowledge — Guides you to provide relevant code, papers, or notes for accuracy checking.
- Parallel audit — Spawns four review agents (Form, Flow, Content, Pacing) in parallel
- Clarify — Asks you about any unclear or contradictory findings
- Report — P0 (must fix), P1 (should fix), P2 (suggestion), optionally persisted to
AUDIT.md
- Human-in-the-loop: Agents ask you when uncertain, rather than hallucinating or breaking silently
MIT