Ship And Verify banner
yazelin yazelin

Ship And Verify

Testing community

Description

--- description: Build the Mori desktop release, prompt user to install + run targeted tests, then read JSONL log to verify the changes actually work. Invoke when the user says "ship and verify" / "build + test" / "驗證一下" after a code change, especially Windows release-only behavior. Reads `~/.mori/logs/mori-YYYY-MM-DD.jsonl` to cross-check user-reported behavior against event_log truth. --- # ship-and-verify — 邊裝邊驗,log 對照測項 當你剛改完一條(或一批)會影響 release-only behavior 的 code,跑這條 skill 把「build → 提醒安裝

Installation

Installs to ~/.claude/skills/yazelin-mori-desktop-ship-and-verify/SKILL.md

Terminal
mkdir -p ~/.claude/skills/yazelin-mori-desktop-ship-and-verify && curl -fsSL https://raw.githubusercontent.com/yazelin/mori-desktop/HEAD/.claude/skills/ship-and-verify.md -o ~/.claude/skills/yazelin-mori-desktop-ship-and-verify/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository