← All tools

Office Documents

Deck QC

Reviewer pass over a .pptx — flags presentation-quality issues banks care about before a pitch.

deck_qc

Overview

Reviewer-agent companion to pptx_author. Lets a critique agent score and annotate a deck without the user having to open it.

How it works

READ_ONLY. POI XSLF-backed.

Example

When a user asks:

QC the pitch deck before tomorrow's meeting.

the agent calls the tool:

deck_qc(path="ACME_pitch.pptx")

and gets back: Slide 3 — title overflows placeholder; Slide 5 — table column widths inconsistent; Slide 7 — no page number

What it's good for

Real scenarios where agents put this tool to work.

Pre-pitch reviewer pass
Composite: pptx_author → deck_qc → (iterate)

Source

Implementation lives at swarmai-tools/src/main/java/ai/intelliswarm/swarmai/tool/office/DeckQcTool.java in the swarm-ai repository.

Open deck_qc on GitHub →