
Xcodebuildmcp Docs Command Review
- 16 installs
- 6.2k repo stars
- Updated August 4, 2026
- cameroncooke/xcodebuildmcp
xcodebuildmcp-docs-command-review is a skill that reviews XcodeBuildMCP changelog CLI command references for invalid current guidance.
About
This skill reviews changed XcodeBuildMCP changelog entries for CLI command references that would mislead users or agents. It reports a finding only when a command is presented as current guidance yet appears invalid for the current CLI surface, while allowing clearly historical migration examples. It is a review-only guardrail for the XcodeBuildMCP project.
- Reviews XcodeBuildMCP changelog entries for invalid current CLI command references
- Distinguishes historical migration examples from misleading current guidance
- Grades findings as high or medium severity with a suggested replacement
Xcodebuildmcp Docs Command Review by the numbers
- 16 all-time installs (skills.sh)
- Ranked #771 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
xcodebuildmcp-docs-command-review capabilities & compatibility
- Capabilities
- code review · documentation review
- Use cases
- code review · documentation
What xcodebuildmcp-docs-command-review says it does
Review changed changelog entries for CLI command references that would mislead users or agents.
Report a finding only when a command reference is presented as current guidance and appears invalid for the current CLI surface.
If all command references are historical or valid, report no findings.
npx skills add https://github.com/cameroncooke/xcodebuildmcp --skill xcodebuildmcp-docs-command-reviewAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 16 |
|---|---|
| repo stars | ★ 6.2k |
| Last updated | August 4, 2026 |
| Repository | cameroncooke/xcodebuildmcp ↗ |
What it does
Review XcodeBuildMCP changelog CLI command references and flag invalid current guidance.
Who is it for?
Catching changelog command references that would send users or agents to removed or invalid xcodebuildmcp commands.
Skip if: Reviewing arbitrary repositories; it targets the XcodeBuildMCP CLI surface.
When should I use this skill?
When reviewing XcodeBuildMCP changelog entries for CLI command references.
What you get
Invalid current command references are flagged with severity and a suggested replacement.
- Severity-graded findings on changelog command references with suggested replacements
By the numbers
- 2 severity levels (high, medium)
Files
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.
Related skills
FAQ
What files does it inspect?
CHANGELOG.md, plus manifests/tools and manifests/workflows yaml and src/cli when wiring is unclear.
Are historical commands flagged?
No, removed commands shown as clearly historical context, such as Before/After migration examples, are explicitly allowed.