feat: add social/announcement post generation to release-notes skill#461
Merged
feat: add social/announcement post generation to release-notes skill#461
Conversation
New Step 5 generates copy-paste-ready text for LinkedIn (long-form) and Twitter/X/Bluesky (short-form) with: - Templates with hook + highlights + one-liner + link + hashtags - Writing rules (benefits not features, lead with the hook, <1300 chars) - Concrete example using v1.0.15 highlights - Posts are printed to terminal for easy copy, not written to files Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Owner
Author
Code Review — PR #461Build: Multi-Model Review (Opus + Sonnet + Codex)Consensus: All 3 models agree this PR is clean. No regressions, security issues, bugs, data loss risks, race conditions, or code quality problems. Verified by all models
Non-consensus observations (1 model only — informational, not blocking)Sonnet flagged three minor items that did not reach the 2/3 consensus threshold:
These are valid quality observations but are not bugs or regressions. Prior review commentsOne prior comment from PureWeen on the parent PR (#458) — suggestions about test count, TestFlight, dropped features, and Linux asset naming. Those apply to #458, not this follow-up. ✅ Verdict: ApproveDocumentation-only PR adding a well-structured social post generation step. No code changes, no risk. Ship it. |
arisng
pushed a commit
to arisng/PolyPilot
that referenced
this pull request
Apr 4, 2026
…ureWeen#461) ## Summary Adds a new **Step 5: Generate Social / Announcement Post** to the release-notes skill. When an agent runs the release-notes workflow, it now also generates copy-paste-ready announcement text for: - **LinkedIn** (long-form) — hook + highlights + one-liner + install link + hashtags, kept under 1300 chars - **Twitter/X / Bluesky** (short-form) — compact bullet format with link ### Writing rules baked into the skill - Lead with the hook, not the version number - Benefits, not implementation details - Include a one-liner for readers who don't know PolyPilot - Hashtags at the end, never inline ### Example output (v1.0.15) > 🚀 PolyPilot v1.0.15 is out! > > You can now spread your AI coding agents across every machine on your LAN. > > What's new: > 🔹 Fiesta Mode — discover other PolyPilot instances, pair in one click, and dispatch tasks to any machine > 🔹 Mixed-Model PR Review — 5 workers each run 3 sub-agents and synthesize consensus reviews > 🔹 CLI Agent Visibility — see when Copilot invokes specialized agents, plus a new /agent command Follows up on PureWeen#458 (merged). No code changes — skill doc only. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new Step 5: Generate Social / Announcement Post to the release-notes skill.
When an agent runs the release-notes workflow, it now also generates copy-paste-ready announcement text for:
Writing rules baked into the skill
Example output (v1.0.15)
Follows up on #458 (merged). No code changes — skill doc only.