con un clic
tusk-make-clean
Run `make clean` on the Tusk project and diagnose any errors
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Run `make clean` on the Tusk project and diagnose any errors
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | tusk-make-clean |
| description | Run `make clean` on the Tusk project and diagnose any errors |
| disable-model-invocation | false |
| allowed-tools | Bash, Read, Grep |
Run make clean to remove Xcode build artifacts for the Tusk project.
make clean
Capture the full output.
If the command exits successfully (** CLEAN SUCCEEDED ** appears in output):
If the command fails or produces errors:
xcodegen generate first, check Xcode installation, fix permissions on DerivedData, etc.).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 run` on the Tusk project (builds then launches the app) and diagnose any errors