ohos-req-review-ppt-gen
Installation
SKILL.md
OpenHarmony Requirement-Review PPTX Deck Generation
Overview
Build clean, consistent 16:9 PowerPoint decks by calling a ready-made helper library — you supply only content; the library owns all coordinates, colors, fonts, spacing, and arrow-drawing.
Core principle: Never compute slide geometry or restyle shapes by hand.
Import deckbuilder.Deck and call its slide methods. Building raw python-pptx
shapes from scratch is the #1 cause of broken layouts, overlapping boxes,
text-only "diagrams", and wrong imports. Don't do it.