mcpbeat

Pptx Quality Gates

wshobson/pptx-quality-gates

Use when validating or repairing an editable PPTX deck for geometry, accessibility, native editability, source lineage, and OOXML package integrity.

875 tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
38452
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/wshobson/agents --skill pptx-quality-gates

The instruction itself

4 sections, as written by the author

PPTX Quality Gates

Use this skill before delivering a generated PPTX. Treat deterministic failures as repair work, not exceptions.

Workflow

  • Confirm the spec, builder, PPTX, source manifest, and audit paths.
  • Apply references/audit-checklist.md to the coordinate contract before building.
  • Reopen the PPTX and compare slide count, actual bounds, hidden slides, and requested geometry with the layout tree.
  • For production decks, run pptx-reference-deck-analysis/scripts/validate_package.py and save the JSON report.
  • Check document language, slide titles, meaningful-image alt text, reading order, table headers, and source references.
  • When a compatible renderer is already available, inspect previews for clipping, font fallback, contrast, crop, and hierarchy. Do not add a renderer dependency.
  • Repair the spec or task-local builder, rebuild, and rerun the same checks.

Required artifacts

Keep the spec, PPTX, build record, geometry audit, accessibility audit, package report, and source manifest together. Report any documented exception with slide ID, object ID, owner, reason, and review date.

Pass criteria

Zero content collisions, text overflows, unsafe content bounds, invalid positive geometry, and package-integrity errors. Meaningful slide content must remain native editable objects; images support rather than replace it.

See references/audit-checklist.md for the complete checklist.

How to use it

Copy the folder

Take wshobson/pptx-quality-gates from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.