pre-release
Pre-Release Skill
Automates the pre-release preparation steps for Mini Diarium. Run this on the feature branch before tagging.
Stop immediately on any guard failure — do not continue to later steps.
Step 1 — CHANGELOG version check
Read CHANGELOG.md. Locate the first ## [X.Y.Z] heading under # Versions.
- Extract
X.Y.ZasRELEASE_VERSION. - The heading must match
## [X.Y.Z] - [Unreleased](bracket-wrapped, not a date). - If the heading already contains a date (e.g.
## [0.4.14] - 29-03-2026) → STOP and tell the user the CHANGELOG appears already stamped for this release.
Step 2 — Branch check
More from fjrevoredo/mini-diarium
solidjs
|
20tauri-v2
Tauri v2 cross-platform app development with Rust backend. Use when configuring tauri.conf.json, implementing Rust commands (#[tauri::command]), setting up IPC patterns (invoke, emit, channels), configuring permissions/capabilities, troubleshooting build issues, or deploying desktop/mobile apps. Triggers on Tauri, src-tauri, invoke, emit, capabilities.json.
18diagram-maintainer
|
11tiptap
Helps coding agents integrate and work with the Tiptap rich text editor. Use when building or modifying a rich text editor with Tiptap, installing Tiptap extensions, or implementing features like collaboration, comments, AI, or document conversion.
1rust-skill-creator
Use when creating skills for Rust crates or std library documentation. Keywords: create rust skill, create crate skill, create std skill, 创建 rust skill, 创建 crate skill, 创建 std skill, 动态 rust skill, 动态 crate skill, skill for tokio, skill for serde, skill for axum, generate rust skill, rust 技能, crate 技能, 从文档创建skill, from docs create skill
1m07-concurrency
CRITICAL: Use for concurrency/async. Triggers: E0277 Send Sync, cannot be sent between threads, thread, spawn, channel, mpsc, Mutex, RwLock, Atomic, async, await, Future, tokio, deadlock, race condition, 并发, 线程, 异步, 死锁
1