一键导入
release
Cut OpenScribe releases with a repeatable flow aligned to docs/release.md, including verification, notarized artifact creation, and publish commands.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Cut OpenScribe releases with a repeatable flow aligned to docs/release.md, including verification, notarized artifact creation, and publish commands.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run autonomous OpenScribe UI smoke checks that build/test the app and produce screenshot/report artifacts for validation.
Verify OpenScribe docs locally or on deployed Pages by running Playwright screenshots with optional uv build and serve steps.
Triage and create OpenScribe roadmap issues by checking code coverage and duplicates, drafting clear acceptance criteria, collecting Stefan approval, creating issues, and verifying creation.
| name | release |
| description | Cut OpenScribe releases with a repeatable flow aligned to docs/release.md, including verification, notarized artifact creation, and publish commands. |
| metadata | {"short-description":"Cut a release"} |
Cut OpenScribe releases with a repeatable flow aligned to docs/release.md.
CHANGELOG.md.--version <semver> (for example 0.2.0)--build <integer> (for example 2)--artifact-arm64 <zip-path> to override the default arm64 release artifact.--artifact-x86_64 <zip-path> to override the default Intel release artifact.CFBundleShortVersionString and CFBundleVersion in AppInfo.plist.dist/.dist/homebrew/openscribe.rb.AppInfo.plist.swift buildswift testRUN_AUDIO_FIXTURE_TESTS=1 swift test --filter FixturePipelineTestszsh .agents/skills/ui-smoke/scripts/run.sh --out artifacts/ui-smoke/latest/usr/bin/arch -x86_64 swift build --arch x86_64 and /usr/bin/arch -x86_64 swift test --arch x86_64OPENSCRIBE_BUILD_ARCH=arm64 zsh Scripts/build_release_app.shOPENSCRIBE_BUILD_ARCH=x86_64 zsh Scripts/build_release_app.shzsh .agents/skills/ui-smoke/scripts/run.sh --app dist/OpenScribe-<version>-arm64/OpenScribe.app --out artifacts/ui-smoke/release-arm64zsh .agents/skills/ui-smoke/scripts/run.sh --app dist/OpenScribe-<version>-x86_64/OpenScribe.app --out artifacts/ui-smoke/release-x86_64zsh Scripts/sign_and_notarize_app.sh dist/OpenScribe-<version>-arm64/OpenScribe.app "Developer ID Application: <Name> (<TEAMID>)" openscribe-notaryzsh Scripts/sign_and_notarize_app.sh dist/OpenScribe-<version>-x86_64/OpenScribe.app "Developer ID Application: <Name> (<TEAMID>)" openscribe-notarydist/OpenScribe-<version>-arm64.zip, dist/OpenScribe-<version>-x86_64.zip, dist/OpenScribe-latest-arm64.zip, and dist/OpenScribe-latest-x86_64.zip.zsh Scripts/generate_homebrew_cask.sh ...site-docs/ops/release-notes-template.md.
Highlights, and optional Notes.