wordbrain-release

Automate WordBrain release tagging, latest.json generation, and updater verification.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/dickwu/wordbrain --skill wordbrain-release
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wordbrain-release
Source: https://github.com/dickwu/wordbrain/tree/main/.claude/skills/wordbrain-release
Command: npx skills add https://github.com/dickwu/wordbrain --skill wordbrain-release

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Publish WordBrain releases and monitor CI so teams can roll out updates reliably.

Core Features & Use Cases

  • Automated release orchestration: bump tags, create signed GitHub releases, and generate latest.json.
  • CI monitoring and post-release validation: track progress across macOS/Linux/Windows, verify updater integration, and surface release notes.
  • Operational playbook: memorize project facts, required secrets, and known troubleshooting traps to recover from failures.

Quick Start

Bump the version and initiate the release workflow for WordBrain.

Frequently Asked Questions about wordbrain-release

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Tauri desktop app releases with GitHub Actions?

Automate Tauri desktop app releases by using GitHub Actions to bump version tags, create signed GitHub releases, and generate the latest.json manifest. This orchestrates publishing new versions end-to-end across macOS, Linux, and Windows.

How does latest.json work with Tauri updater pipelines?

latest.json works with Tauri updater pipelines by serving as a version manifest that your desktop app checks. Generating latest.json during the release updates the endpoint so existing apps can download and verify the new version.

How do I update Homebrew formulas in a CI/CD release workflow?

Update Homebrew formulas in a CI/CD release workflow by triggering automated pipelines upon version tagging. This ensures the Homebrew tap receives the new formula and binary assets synchronously with your GitHub release.

Do I need scripts/publish.sh and tauri.conf.json to automate releases?

Yes, you need scripts/publish.sh and tauri.conf.json to automate releases. These files provide the required execution scripts and updater configuration needed to tag versions and verify endpoints across platforms.

What are common traps when generating release notes for macOS, Linux, and Windows?

Common traps when generating release notes across macOS, Linux, and Windows include misconfigured updater endpoints and CI pipeline failures. Post-release validation tracks CI progress across platforms to surface these issues and verify integration.

Why is my Tauri updater endpoint not serving the latest desktop app version?

Your Tauri updater endpoint is not serving the latest desktop app version if latest.json was not generated or updated correctly. Post-release validation verifies the updater endpoint across platforms to ensure it serves the new release.