Fix outdated tool names and parameters in CLI skill #217
+22
−22
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.