
xcodebuildmcp-docs-command-review
✓ Official★ 6,033by getsentry · part of getsentry/xcodebuildmcp
Use when reviewing XcodeBuildMCP changelog CLI command references for invalid current guidance while allowing historical migration examples.
This is the playbook your agent receives when the skill activates — you don't need to read it to use the skill, but it's here to audit before installing.
XcodeBuildMCP Docs Command Review
Review changed changelog entries for CLI command references that would mislead users or agents.
What to inspect
CHANGELOG.mdmanifests/tools/*.yamlandmanifests/workflows/*.yamlwhen you need to verify current CLI workflow/tool namessrc/cli/**only when command wiring is unclear from manifests
Issue criteria
Report a finding only when a command reference is presented as current guidance and appears invalid for the current CLI surface.
High severity
- A changelog bullet, example, or migration instruction tells users to run a removed or invalid
xcodebuildmcpcommand as the current path. - A Breaking change mentions a removed command but does not give a valid replacement.
- A command reference uses the wrong workflow/tool pairing in a way a user or agent would likely copy.
Medium severity
- A command reference is ambiguous enough that users may not know whether it is historical or current.
- A migration example gives the right replacement but does not clearly label the old command as "Before", "old", "removed", or equivalent.
Explicitly allowed
Do not report removed commands when they are clearly historical context, especially in:
- Breaking-change migration sections
- "Before" examples paired with valid "After" examples
- Already-released changelog sections describing past behavior
Example that should not be reported:
Before:
xcodebuildmcp logging start-sim-log-cap
After:
xcodebuildmcp simulator build-and-runOutput
For each finding, include:
- Severity
- File and line
- The command reference
- Why it reads as current guidance
- Suggested replacement wording or command
If all command references are historical or valid, report no findings.
npx skills add https://github.com/getsentry/xcodebuildmcp --skill xcodebuildmcp-docs-command-reviewRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.
Licensed under MIT— you can use, modify, and redistribute it under that license's terms.
View the full license file on GitHub →