Fix outdated tool names and parameters in CLI skill#217
Open
pocketpixels wants to merge 1 commit intogetsentry:mainfrom
Open
Fix outdated tool names and parameters in CLI skill#217pocketpixels wants to merge 1 commit intogetsentry:mainfrom
pocketpixels wants to merge 1 commit intogetsentry:mainfrom
Conversation
The xcodebuildmcp skill guide contained outdated command and tool names that no longer match the installed CLI interface. This patch updates the examples to the currently supported workflow/tool names and argument shapes so agents can execute documented commands without translation or failures. Validated against live CLI output via: - xcodebuildmcp --help - xcodebuildmcp tools --json - per-workflow and per-tool --help checks for all commands referenced in SKILL.md Key updates: - Replaced deprecated names such as discover-projs/list-sims/build-run-sim/build-sim/test-sim with discover-projects/list/build-and-run/build/test - Updated device examples from list-devices/build-device/get-device-app-path/install-app-device/launch-app-device to list/build/get-app-path/install/launch - Updated logging and debugging examples to start/stop-simulator-log-capture and debugging attach - Updated macOS and scaffolding commands to build/build-and-run and scaffold-ios/scaffold-macos - Removed invalid arguments from examples (e.g. --app-path on device launch, --package-path on swift-package list) Result: SKILL.md now reflects the actual CLI tool surface and option usage for the installed xcodebuildmcp binary.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I noticed that many of the tool names in the CLI agent skill were wrong(/outdated), making the skill less than helpful.
I had codex update it using this prompt (using the installed 2.0.7 CLI tool):
"Use the installed xcodebuildmcp CLI tool to explore its available tools and options and fix any mistakes in SKILL.md that don't line up with what is available in the actual CLI tool."
The xcodebuildmcp skill guide contained outdated command and tool names that no longer match the installed CLI interface. This patch updates the examples to the currently supported workflow/tool names and argument shapes so agents can execute documented commands without translation or failures.
Validated against live CLI output via:
Key updates:
Result: SKILL.md now reflects the actual CLI tool surface and option usage for the installed xcodebuildmcp binary.