com um clique
project-rebuild-open-app
Rebuild, install, and open the local macOS desktop app.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Rebuild, install, and open the local macOS desktop app.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Discover this board's PRs that still need review attention, then carry every GitHub review thread through fresh forge-cli evidence, convergence triage, repair or disposition, reply/resolve, and final zero-unresolved verification.
Rebuild, install, and open the standalone macOS desktop app (UI + bundled sync daemon).
Append a development-log entry to docs/devlog/<YYYY-MM>.md after a session produces a durable outcome (a shipped feature, validated milestone, decision, or external ref worth keeping). Skips trivial / transient / same-turn work.
Scan canonical actors for split-identity people and likely bots, then update config/sources.json identities / exclude_actors.
| name | project-rebuild-open-app |
| description | Rebuild, install, and open the local macOS desktop app. |
| argument-hint | [--no-install] [--no-open] [--wait-seconds N] |
| allowed-tools | Bash, Read |
Use this skill when local UI, desktop, or app-icon changes need to be rebuilt into the macOS Tauri app and opened for manual inspection.
Prereqs:
symphony-board git work tree..app bundle install/open behavior.fnm, Node 24, pnpm, Rust/Tauri build tooling, and open are available.packages/desktop/src-tauri/tauri.conf.json points at the app icon assets.Inputs:
--no-install - build the app and open the built bundle in place instead
of replacing /Applications/Symphony Board.app.--no-open - build and install only.--wait-seconds N - seconds to wait before checking for the app process
after open; default 3.Outputs:
fnm exec --using 24 pnpm desktop:build.packages/desktop/src-tauri/target/release/bundle/macos/Symphony Board.app./Applications/Symphony Board.app with the fresh bundle.--no-open is passed.Exit codes:
0: success1: command failed or a prerequisite is missing2: usage error or invalid inputsFailure modes:
.app bundle is missing after build.open fails..agents/skills/project-rebuild-open-app/scripts/project-rebuild-open-app.sh
owns the implementation..agents/scripts/rebuild-open-app.sh is a thin project wrapper.bash .agents/scripts/rebuild-open-app.sh.fnm.--no-install is passed, it quits any running Symphony Board app,
removes the previous /Applications/Symphony Board.app, and copies in the
freshly built bundle.--no-open is passed, it opens the selected app bundle and checks
for the symphony-board-desktop process.This is a project-local skill. It must not mutate runtime-kit manifests,
rendered product output, global runtime homes, credentials, sessions, or cache
state. It intentionally replaces only /Applications/Symphony Board.app during
the default install path.