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:
@@ -46,7 +46,7 @@ The primary entry points for engineering work, invoked as slash commands:
|
||||
| `/resolve-pr-feedback` | Resolve PR review feedback in parallel |
|
||||
| `/sync` | Sync Claude Code config across machines |
|
||||
| `/test-browser` | Run browser tests on PR-affected pages |
|
||||
| `/test-xcode` | Build and test iOS apps on simulator |
|
||||
| `/test-xcode` | Build and test iOS apps on simulator using XcodeBuildMCP |
|
||||
| `/onboarding` | Generate `ONBOARDING.md` to help new contributors understand the codebase |
|
||||
| `/todo-resolve` | Resolve todos in parallel |
|
||||
| `/todo-triage` | Triage and prioritize pending todos |
|
||||
|
||||
@@ -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
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user