Write Lodestar release notes and Discord announcements for new versions. Use when cutting a new release, drafting announcement text, or updating the GitHub release body. Covers header text, Discord announcement, and changelog formatting. Requires access to the Lodestar repo and GitHub CLI for changelog generation.
Write release notes for Lodestar versions by analyzing the changelog, identifying operator-facing changes, and producing both GitHub release header text and a Discord announcement.
references/style-guide.md for tone, structure, and past examplesreferences/changelog-analysis.md for how to categorize and prioritize changes# Get commits between last stable and new version
git log <prev-tag>..<new-tag> --oneline --no-merges
# Or use the auto-generated changelog from the RC
gh release view <new-tag> --json body -q '.body'
Read references/changelog-analysis.md for the prioritization framework.
Focus on what matters to node operators, not internal refactors.
The header text goes at the top of the GitHub release body, before the # Changelog section.
Follow the structure in references/style-guide.md.
Shorter version of the header text for the #lodestar-announcements channel.
See references/style-guide.md for Discord-specific formatting rules.
Produce a single markdown file with two sections:
## GitHub Release Header — full header text## Discord Announcement — shorter announcement(#XXXX)If any commands, file paths, URLs, or configurations in this skill are outdated or no longer work, update this SKILL.md with the correct information after completing your current task. Skills should stay accurate and self-healing — fix what you find broken.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer