feat(test-xcode): add triggering context to skill description (#466)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Trevin Chow
2026-03-31 00:37:41 -07:00
committed by GitHub
parent e372b43d30
commit 87facd05da
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
---
name: test-xcode
description: Build and test iOS apps on simulator using XcodeBuildMCP
description: "Build and test iOS apps on simulator using XcodeBuildMCP. Use after making iOS code changes, before creating a PR, or when verifying app behavior and checking for crashes on simulator."
argument-hint: "[scheme name or 'current' to use default]"
disable-model-invocation: true
---