원클릭으로
inspect-slug
Read-only inspection of __APP_DISPLAY__ — config, version, and current status. Never mutates config, credentials, or releases.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read-only inspection of __APP_DISPLAY__ — config, version, and current status. Never mutates config, credentials, or releases.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build, launch, and verify __APP_DISPLAY__ in the menu bar after a change. Confirms the running build is the one you just built.
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 | inspect-__SLUG__ |
| description | Read-only inspection of __APP_DISPLAY__ — config, version, and current status. Never mutates config, credentials, or releases. |
Use this to answer "what is the app's current state" without changing anything.
app.config.json, version.env, credentials, or run a release.~/.config/macos/secrets.app.config.json.version.env (MARKETING_VERSION, BUILD_NUMBER).swift run __app__cli — prints the app's current
AppStatus as JSON. This is the fastest way to see what the menu would show.appcast.xml (each <item> is a shipped build).macos audit __SLUG__.__app__cli.swift test/make check here; that's the qa skill.