Slash command that creates or updates the project-local macOS `script/build_and_run.sh` and uses it as the default build/run entrypoint. Invoke explicitly with /build-and-run-macos-app — this skill never self-triggers.
63
73%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.agents/skills/build-and-run-macos-app/SKILL.mdCreate or update the project-local macOS build_and_run.sh script, then use
that script as the default build/run entrypoint.
scheme: Xcode scheme name (optional)workspace: path to .xcworkspace (optional)project: path to .xcodeproj (optional)product: SwiftPM executable product name (optional)mode: run, debug, logs, telemetry, or verify (optional, default: run)app_name: process/app name to stop before relaunching (optional)git init at the project root so git-backed editor features unlock.script/build_and_run.sh so it always stops the current app, builds the macOS target, and launches the fresh result..app bundle and launch it with /usr/bin/open -n.--debug, --logs, --telemetry, and --verify.../build-run-debug/references/build-script.md for the exact script shape.--debug, --logs, --telemetry, or --verify only when the user asks for those modes.9d2bf09
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.