
Xcodebuildmcp Docs Command Review
- 16 installs
- 6.2k repo stars
- Updated August 4, 2026
- getsentry/xcodebuildmcp
xcodebuildmcp-docs-command-review audits changelog CLI command accuracy.
About
The xcodebuildmcp-docs-command-review skill audits CHANGELOG.md and related manifests for CLI command references that mislead users if presented as current. High severity covers removed commands without valid replacements, wrong workflow pairings, and breaking changes missing migration targets. Medium severity flags ambiguous historical versus current wording. Allowed patterns include Before and After blocks clearly labeling old removed commands. Inspect manifests/tools and workflows YAML plus src/cli when wiring is unclear. Output lists severity, file, line, command text, why it reads as current, and suggested replacement wording. Reviews CHANGELOG for invalid current CLI commands. High severity for removed commands without replacements. Allows clearly labeled Before migration examples. Cross-checks manifests and src/cli when needed. Outputs severity, location, and replacement wording. Findings list or clean bill for command references. User reviews changelog CLI examples for outdated commands.
- Reviews CHANGELOG for invalid current CLI commands.
- High severity for removed commands without replacements.
- Allows clearly labeled Before migration examples.
- Cross-checks manifests and src/cli when needed.
- Outputs severity, location, and replacement wording.
Xcodebuildmcp Docs Command Review by the numbers
- 16 all-time installs (skills.sh)
- Ranked #1,053 of 1,879 Documentation skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
xcodebuildmcp-docs-command-review capabilities & compatibility
- Capabilities
- issue criteria high and medium severity · explicitly allowed historical examples
- Use cases
- documentation · code review
- Platforms
- macOS
What xcodebuildmcp-docs-command-review says it does
Report a finding only when a command reference is presented as current guidance
Explicitly allowed
npx skills add https://github.com/getsentry/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 | getsentry/xcodebuildmcp ↗ |
Are XcodeBuildMCP changelog commands still valid?
Review XcodeBuildMCP changelog CLI references for invalid current guidance while allowing historical migrations.
Who is it for?
Maintainers editing XcodeBuildMCP changelog or docs.
Skip if: Skip when changes lack CLI command references.
When should I use this skill?
User reviews changelog CLI examples for outdated commands.
What you get
Findings list or clean bill for command references.
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 does xcodebuildmcp-docs-command-review do?
xcodebuildmcp-docs-command-review audits changelog CLI command accuracy.
When should I use xcodebuildmcp-docs-command-review?
User reviews changelog CLI examples for outdated commands.
Is this skill safe to install?
Review the Security Audits panel on this page before installing in production.