dyad:promote-beta-to-stable

Installation
SKILL.md

Promote Beta to Stable

Promote the latest pre-release of dyad-sh/dyad to a stable release.

IMPORTANT: This skill MUST complete all steps autonomously. Do NOT ask for user confirmation at any step.

Instructions

  1. Look up the latest pre-release:

    gh release list --repo dyad-sh/dyad --limit 10 --json tagName,isPrerelease
    

    Find the most recent release where isPrerelease is true. Extract the version from the tag name (e.g., v0.39.0-beta.1).

    If no pre-release is found, report this and stop.

  2. Get the commit for the pre-release tag:

Related skills
Installs
1
Repository
dyad-sh/dyad
GitHub Stars
20.2K
First Seen
Apr 25, 2026