一键导入
tusk-make-run
Use when the user asks to run `make run` for the Tusk macOS project, build and launch the app, or diagnose build and launch failures.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user asks to run `make run` for the Tusk macOS project, build and launch the app, or diagnose build and launch failures.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when the user asks to run `make clean` for the Tusk macOS project or diagnose failures while cleaning Xcode build artifacts.
Use when preparing a full Tusk macOS release: bump the app version, regenerate the Xcode project, build and package the DMG, publish the GitHub release, and update README links.
Full Tusk release — bump version, build DMG, publish GitHub release, update README
Run `make clean` on the Tusk project and diagnose any errors
Run `make run` on the Tusk project (builds then launches the app) and diagnose any errors
| name | tusk-make-run |
| description | Use when the user asks to run `make run` for the Tusk macOS project, build and launch the app, or diagnose build and launch failures. |
Run make run to build and launch the Tusk app. This kills any running Tusk instance, builds the project, and opens the freshly built app.
make run
Capture the full output.
If the command succeeds, ** BUILD SUCCEEDED ** appears, and the app opens, report success concisely.
If the command fails or produces errors:
Common failure categories:
project.yml may be out of sync and xcodegen generate may be needed.xcodebuild: Xcode may be absent or xcode-select may point to the wrong path.open failed due to the app path or sandbox state.Do not auto-fix run failures unless the user explicitly asks for repairs.