Skills · Content & docs

Pptx Quality Gates

Unverified30/40

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

Originally by wshobson · MIT

Claude CodePartialHas SKILL.md but declares no allowed-tools — Claude Code will ask for permission each time
CursorPartialPlain prose you can paste in — but no Cursor rules file
CodexPartialPlain prose you can paste in — but no AGENTS.md
Gemini CLIPartialPlain prose you can paste in
CopilotPartialPlain prose you can paste in — but no Copilot instructions file
npx agentalley add pptx-quality-gates

This command does not work yet — the CLI is still being built. Until then, use Raw in the reader below to take the file.

Who is stuck, and on what

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

The whole source

No sign-in, no blur, nothing truncated
pptx-quality-gates/SKILL.md29 lines1.6 KBRawView on GitHub
Frontmatter — 2 properties
namepptx-quality-gates
descriptionUse when validating or repairing an editable PPTX deck for geometry, accessibility, native editability, source lineage, and OOXML package integrity.
1---
2name: pptx-quality-gates
3description: "Use when validating or repairing an editable PPTX deck for geometry, accessibility, native editability, source lineage, and OOXML package integrity."
4---A5No allowed-tools declared — no way to tell what this skill may touch
5 
6# PPTX Quality Gates
7 
8Use this skill before delivering a generated PPTX. Treat deterministic failures as repair work, not exceptions.
9 
10## Workflow
11 
121. Confirm the spec, builder, PPTX, source manifest, and audit paths.
132. Apply `references/audit-checklist.md` to the coordinate contract before building.
143. Reopen the PPTX and compare slide count, actual bounds, hidden slides, and requested geometry with the layout tree.
154. For production decks, run `pptx-reference-deck-analysis/scripts/validate_package.py` and save the JSON report.
165. Check document language, slide titles, meaningful-image alt text, reading order, table headers, and source references.
176. When a compatible renderer is already available, inspect previews for clipping, font fallback, contrast, crop, and hierarchy. Do not add a renderer dependency.
187. Repair the spec or task-local builder, rebuild, and rerun the same checks.
19 
20## Required artifacts
21 
22Keep 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.
23 
24## Pass criteria
25 
26Zero 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.
27 
28See `references/audit-checklist.md` for the complete checklist.
29 

Reviews

Installed this one?Write the first review and take the Trailblazer badge.

Reviews only open after a real install, so this is empty — and we leave it empty rather than invent one.

Alternatives

Also in Content & docs