ワンクリックで
qa-slug
Build, launch, and verify __APP_DISPLAY__ in the menu bar after a change. Confirms the running build is the one you just built.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Build, launch, and verify __APP_DISPLAY__ in the menu bar after a change. Confirms the running build is the one you just built.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Read-only inspection of __APP_DISPLAY__ — config, version, and current status. Never mutates config, credentials, or releases.
Ship a signed, notarized, auto-updating release of __APP_DISPLAY__. Use when cutting a new version.
Use the macOS app blueprint to shape new native menu bar apps under ~/apps/macos. Use when deciding a menu bar app's data source, whether it needs the credentials/networking/oauth/icon-render modules, its distribution path (Developer ID direct vs Mac App Store), how the menu and settings are structured, or whether an idea needs native work beyond the menu bar (sidebar/full window). Pairs with the `macos` CLI skill for commands.
Use the local `macos` CLI to scaffold, run, sign, notarize, and release native macOS menu bar apps. Triggers on creating a new menu bar app, running/building/signing a macOS app, setting up Developer ID signing or notarization, cutting a release with Sparkle auto-update, generating a Homebrew cask, or managing the macOS app inventory under ~/apps/macos.
| name | qa-__SLUG__ |
| description | Build, launch, and verify __APP_DISPLAY__ in the menu bar after a change. Confirms the running build is the one you just built. |
Use this to verify a change actually works in the real app.
make check — format + lint + test. Fix everything it reports before going further.pkill -x __APP__ || pkill -f __APP__.app || true
macos dev __SLUG__
pgrep -af "__APP__.app/Contents/MacOS/__APP__"
AppStatus (cross-check with swift run __app__cli).KeychainPromptSafetyAuditTests green.