원클릭으로
tusk-make-run
Run `make run` on the Tusk project (builds then launches the app) and diagnose any errors
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run `make run` on the Tusk project (builds then launches the app) and diagnose any errors
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 the user asks to run `make run` for the Tusk macOS project, build and launch the app, or diagnose build and launch failures.
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
| name | tusk-make-run |
| description | Run `make run` on the Tusk project (builds then launches the app) and diagnose any errors |
| disable-model-invocation | false |
| allowed-tools | Bash, Read, Grep |
Run make run to build and launch the Tusk app. This will kill any running Tusk instance, build the project, and open the freshly built app.
make run
Capture the full output.
If the command succeeds (** BUILD SUCCEEDED ** appears and the app opens):
If the command fails or produces errors:
xcodegen generate may be needed first.xcode-select not pointing to the right path.open failed (wrong APP path, sandbox issue).