This one automates the full triage cycle when users hit issues with Tuist project generation. It reproduces the problem locally, tests against both the latest release and main branch built from source, then figures out if you're looking at a bug, a misconfiguration, or something that needs team eyes. The runtime verification step is solid: it actually boots a simulator and launches the app with console output piped, so you catch crashes that only show up after generation and build succeed. If it's a bug, it walks you through opening a PR with a minimal reproduction zipped up. If it's user error, it explains the fix with corrected manifest snippets. Saves you from the clone, build, reproduce loop every time someone reports a generation failure.
npx skills add https://github.com/tuist/agent-skills --skill debug-generated-project