From 87facd05dac94603780d75acb9da381dd7c61f1b Mon Sep 17 00:00:00 2001 From: Trevin Chow Date: Tue, 31 Mar 2026 00:37:41 -0700 Subject: [PATCH] feat(test-xcode): add triggering context to skill description (#466) Co-authored-by: Claude Opus 4.6 (1M context) --- plugins/compound-engineering/README.md | 2 +- plugins/compound-engineering/skills/test-xcode/SKILL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/compound-engineering/README.md b/plugins/compound-engineering/README.md index c268ae5..25620ab 100644 --- a/plugins/compound-engineering/README.md +++ b/plugins/compound-engineering/README.md @@ -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 | diff --git a/plugins/compound-engineering/skills/test-xcode/SKILL.md b/plugins/compound-engineering/skills/test-xcode/SKILL.md index 368f46b..e42f5b6 100644 --- a/plugins/compound-engineering/skills/test-xcode/SKILL.md +++ b/plugins/compound-engineering/skills/test-xcode/SKILL.md @@ -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 ---