$npx -y skills add indranilbanerjee/socialforge --skill build-review-galleryBuild an interactive HTML review gallery with all generated posts for team review.
| 1 | # /socialforge:build-review-gallery — Review Gallery Builder |
| 2 | |
| 3 | Build an interactive HTML gallery showing all generated posts with quality scores, copy, and approval controls. |
| 4 | |
| 5 | ## Process |
| 6 | 1. Load all generated previews and quality scores |
| 7 | 2. Populate gallery.html template with post cards |
| 8 | 3. Each card shows: preview image, quality score, copy text, compliance status, creative mode |
| 9 | 4. Filter by: tier (HERO/HUB/HYGIENE), platform, status |
| 10 | 5. Export as self-contained HTML file (all images embedded as base64) |
| 11 | 6. Save to `output/{brand}/{month}/review/gallery.html` |
| 12 | |
| 13 | ## Gallery Features |
| 14 | - Sort by: date, tier priority, quality score |
| 15 | - Filter by: tier, platform, status, creative mode |
| 16 | - Actions per post: approve, flag for revision, add notes |
| 17 | - Bulk actions: approve all HYGIENE, flag all below score X |
| 18 | |
| 19 | ## Timeout & Fallback |
| 20 | - Gallery build: 60-second timeout for 30 posts. If base64 encoding is too slow, link to image files instead. |