원클릭으로
ui-smoke
Run autonomous OpenScribe UI smoke checks that build/test the app and produce screenshot/report artifacts for validation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run autonomous OpenScribe UI smoke checks that build/test the app and produce screenshot/report artifacts for validation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | ui-smoke |
| description | Run autonomous OpenScribe UI smoke checks that build/test the app and produce screenshot/report artifacts for validation. |
| metadata | {"short-description":"Run UI smoke checks"} |
Run autonomous UI smoke checks for OpenScribe with reproducible artifacts.
--out <dir>.--app <path-to-app>.From repo root (pwd=/path/to/OpenScribe):
zsh .agents/skills/ui-smoke/scripts/run.sh
Custom output path from current pwd:
zsh .agents/skills/ui-smoke/scripts/run.sh --out artifacts/ui-smoke/latest
Packaged app smoke from current pwd:
zsh .agents/skills/ui-smoke/scripts/run.sh \
--app dist/OpenScribe-0.2.3-arm64/OpenScribe.app \
--out artifacts/ui-smoke/release-arm64
build.logtest.logrun.logopenscribe-window.pngopenscribe-window-hotkey-history-direct.pngopenscribe-window-click-history.pngopenscribe-window-click-history-full.pngopenscribe-window-click-stats.pngopenscribe-window-hotkey-history.pngopenscribe-window-hotkey-history-full.pngopenscribe-window-hotkey-stats.pngopenscribe-window-hotkey-live.pngopenscribe-window-live-expanded-content.pngsettings-window.pngsettings-window-dark.pngsettings-general.pngsettings-general-dark.pngsettings-transcribe.pngsettings-transcribe-dark.pngsettings-polish.pngsettings-polish-dark.pngsettings-providers.pngsettings-providers-dark.pngsettings-hotkeys.pngsettings-hotkeys-dark.pngsettings-rules.pngsettings-rules-dark.pngsettings-data.pngsettings-data-dark.pngsettings-about.pngsettings-about-dark.pngmenubar-icon-<mode>-<state>.png (18 files across 3 appearance modes and 6 icon states)ui-smoke-status.txtui-smoke-debug.txtreport.mdDefault output directory:
artifacts/ui-smoke/<timestamp>//path/to/OpenScribe/artifacts/ui-smoke/<timestamp>/When --out is set:
pwd.swift build)swift test)OPENSCRIBE_UI_SMOKE=1 swift run OpenScribe)system, light, and dark appearances.When --app is set:
swift build and swift test<App>.app/Contents/MacOS/<App>site-docs/images/ui/.Cut OpenScribe releases with a repeatable flow aligned to docs/release.md, including verification, notarized artifact creation, and publish commands.
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.