Build review gallery
Skill indranilbanerjee/socialforge/skills/build-review-gallery
Build an interactive HTML review gallery with all generated posts for team review.From its SKILL.md
npx -y skills add indranilbanerjee/socialforge --skill build-review-galleryAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.1 KB, 220 tokens by cl100k_base, as published. Nobody here has run it
/socialforge:build-review-gallery — Review Gallery Builder
Build an interactive HTML gallery showing all generated posts with quality scores, copy, and approval controls.
Process
- Load all generated previews and quality scores
- Populate gallery.html template with post cards
- Each card shows: preview image, quality score, copy text, compliance status, creative mode
- Filter by: tier (HERO/HUB/HYGIENE), platform, status
- Export as self-contained HTML file (all images embedded as base64)
- Save to
output/{brand}/{month}/review/gallery.html
Gallery Features
- Sort by: date, tier priority, quality score
- Filter by: tier, platform, status, creative mode
- Actions per post: approve, flag for revision, add notes
- Bulk actions: approve all HYGIENE, flag all below score X
Timeout & Fallback
- Gallery build: 60-second timeout for 30 posts. If base64 encoding is too slow, link to image files instead.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.