release-tweets
Release tweets: draft/copy/post from changelog, tags, npm/appcast, artifacts.
What this skill does
# Release Tweets Use when the user asks for a release tweet, launch tweet, X announcement, release thread, changelog-to-tweet rewrite, or social copy for a shipped version. This skill is about release copy, not cutting the release. ## Ground The Copy - Verify the release target before writing confident copy: - read the relevant `CHANGELOG.md` section or GitHub release notes - check the tag/release/npm/appcast/artifact state that applies to the project - distinguish `Unreleased`, beta/prerelease, stable, hotfix, and correction releases - Do not say a feature shipped only because it is in the top changelog block. Confirm the tag/release/package evidence when available. - Lead with user-visible wins: features, integrations, workflow improvements, install/update reliability, security fixes. - Avoid leading with CI, coverage, validation, refactors, internal migrations, or release mechanics unless that is the actual story. - If evidence is incomplete, say what is unverified and draft with softer wording. ## Launch Tweet Shape - One standard tweet under 280 characters, with room for one URL. - Typical format: - product + version - blank line - 3-4 compact emoji-led feature bullets - blank line - one short punchline - release/changelog URL - Use emoji bullets by default for launch tweets. Pick clear, low-noise emoji that match the feature or product; skip only when the user asks for plain text or the release is incident-style. - Tone: high-signal, compact, confident, a little dry when earned. Not corporate. - One joke max. Let the feature bullets do the work. - Put the release/changelog URL at the end. - Count final raw characters before presenting it as ready to post. ## Beta, Hotfix, Correction - Beta/prerelease: - make beta status explicit - avoid implying stable promotion - phrase as "beta N", `VERSION-beta.N`, or "preview" as appropriate - Hotfix/correction: - be direct and accountable - state what slipped, what is fixed, and the new version - skip jokes unless the user asks for a lighter tone ## Threads - First agree on the generic launch tweet. - Then write follow-ups one at a time. When the user says `next`, provide only the next reply. - Each follow-up should focus on one feature or user workflow. - Include a docs/release URL for the specific feature when available. - Avoid repeating the version in every reply when the thread context already has it. - Good follow-up length: 160-220 raw characters. Hard cap: 280. ## Posting And Clipboard - Draft by default. Do not post to X/Twitter unless the user explicitly asks. - If asked to copy, use `pbcopy` on macOS and report that it is copied. - If asked to post from Peter's setup, prefer the local `bird`/`xurl` workflow if available, then verify the posted URL. - Never invent media. If the user wants media, use an existing release screenshot/asset or ask for/generate one separately. ## Quality Pass Before final: - Character count under 280 for each tweet. - Exact version string and channel. - Release URL included when requested or expected. - No unverified claims. - No more than 3-4 emoji-led bullets in the launch tweet. - Peter-style concise language; trim filler before trimming facts. ## Examples ```text OpenClaw 2026.4.20 beta 1 ๐ณ Docker install/update smoke ๐ฅ๏ธ Parallels upgrade checks ๐ง Package verification tightened Beta first. Stable after the gauntlet. <release link> ``` ```text RepoBar 0.5.0 is live ๐ GitHub refs from your clipboard ๐ Issue, PR, and commit previews ๐ข Open/closed/merged at a glance ๐ No Accessibility permission needed Tiny bar, much less mystery. <release link> ``` ```text Packaging issue in 2026.4.20-beta.1. 2026.4.20-beta.2 fixes install/update verification. No tag rewrites; beta moves forward. Upgrade with the beta channel. <release link> ```
Related in Writing & Docs
jax-development
IncludedUse this skill when the user is writing, debugging, profiling, refactoring, reviewing, benchmarking, parallelising, exporting, or explaining JAX code, or when they mention JAX, jax.numpy, jit, grad, value_and_grad, vmap, scan, lax, random keys, pytrees, jax.Array, sharding, Mesh, PartitionSpec, NamedSharding, pmap, shard_map, Pallas, XLA, StableHLO, checkify, profiler, or the JAX repo. It helps turn NumPy or PyTorch-style code into pure functional JAX, fix tracer/control-flow/shape/PRNG bugs, remove recompiles and host-device syncs, choose transforms and sharding strategies, inspect jaxpr/lowering/IR, and benchmark compiled code correctly.
nature-article-writer
IncludedDrafts, rewrites, diagnostically critiques, and style-calibrates primary research manuscripts for Nature and Nature Portfolio journals. Use when the user wants a Nature-style title, summary paragraph or abstract, introduction, results, discussion, methods, figure legends, presubmission enquiry, cover letter, reviewer response, or when a scientific draft sounds generic, jargon-heavy, structurally weak, or AI-ish and needs precise, broad-reader-friendly prose without inventing data, analyses, or references. Best for primary research articles and letters rather than reviews or press releases unless explicitly adapting one.
deckrd
IncludedDocument-driven framework that derives requirements, specifications, implementation plans, and executable tasks from goals through structured AI dialogue. Use when user says "write requirements", "create spec", "plan implementation", "derive tasks", "structure this feature", "break down into tasks", or "document this module". Also use for reverse engineering existing code into docs (/deckrd rev). Do NOT use for direct code writing โ use /deckrd-coder after tasks are generated. Do NOT use when the user only wants to run or fix existing code without planning.
clinical-decision-support
IncludedGenerate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.
handling-sf-data
IncludedSalesforce data operations with 130-point scoring. Use this skill to create, update, delete, bulk import/export, generate test data, and clean up org records using sf CLI and anonymous Apex. TRIGGER when: user creates test data, performs bulk import/export, uses sf data CLI commands, needs data factory patterns for Apex tests, or needs to seed/clean records in a Salesforce org. DO NOT TRIGGER when: SOQL query writing only (use querying-soql), Apex test execution (use running-apex-tests), or metadata deployment (use deploying-metadata).
accelint-ac-to-playwright
IncludedConvert and validate acceptance criteria for Playwright test automation. Use when user asks to (1) review/evaluate/check if AC are ready for automation, (2) assess if AC can be converted as-is, (3) validate AC quality for Playwright, (4) turn AC into tests, (5) generate tests from acceptance criteria, (6) convert .md bullets or .feature Gherkin files to Playwright specs, (7) create test automation from requirements. Handles both bullet-style markdown and Gherkin syntax with JSON test plan generation and validation.