graph TD
A[Start HTMLComposer] --> B[Receive Inputs]
B --> C[Product Data Input]
B --> D[Review Text Input]
B --> E[Image URLs Input]
C --> F[Process Data with Skill #185]
D --> F
E --> F
F --> G[Generate HTML Structure]
G --> H[Add Product Details]
G --> I[Embed Review Text]
G --> J[Insert Images]
H --> K[Final HTML Output]
I --> K
J --> K
K --> L[End HTMLComposer]