Completes the 7 launch-day actions to the limit of what is automatable.
What's automated
- ✅ OG PNG rendered —
assets/og-card.png(1280×640, 312KB) from the SVG via svgexport. Ready to upload to Settings → Social preview. - ✅ Launch day driver —
bin/launch-day.ps1pre-flight + clipboard + compose URLs. - ✅ Real-time monitor —
bin/monitor.ps1stars / forks / skills.sh installs / PR status with tier-based suggestions. - ✅ Gating-aware re-submit —
bin/awesome-resubmit.ps1for VoltAgent when threshold hit (stars ≥ 10, installs ≥ 50).
What stays UI-bound (genuinely)
GitHub does not expose API surfaces for these — verified by querying the GraphQL schema:
- Pin Discussion —
pinDiscussionmutation does not exist (onlypinIssue/pinIssueComment).UpdateDiscussionInputhas nopinnedfield. - Upload OG image — Settings → Social preview is UI-only.
- Publish to LinkedIn / Dev.to / Hacker News — auth-bound to your accounts.
The launch-day script handles these by opening the right URL and copying pre-formatted text to the clipboard, so the user only needs to paste + click publish.
See bin/README.md for operational details.