skillfed

xcodebuildmcp-docs-command-review

This skill helps you audit and verify command documentation within XcodeBuildMCP, ensuring CLI references remain accurate and complete. It integrates with the Model Context Protocol to streamline documentation validation workflows for Apple platform development tools.

xcodebuildmcp-docs-command-review audits and verifies command documentation within XcodeBuildMCP, ensuring CLI references remain accurate and complete. The skill integrates with the Model Context Protocol to streamline documentation validation workflows for Apple platform development tools, helping you catch invalid or removed commands before they reach users.

AI-generated summary based on this skill's SKILL.md

6,155 303 MIT updated by getsentry

Install

getsentry/XcodeBuildMCP/xcodebuildmcp-docs-command-review · repository language: TypeScript

CLI (skillfed)coming soon
git clone https://github.com/getsentry/XcodeBuildMCP
cp -r XcodeBuildMCP/.agents/skills/xcodebuildmcp-docs-command-review ~/.claude/skills/xcodebuildmcp-docs-command-review

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What does xcodebuildmcp-docs-command-review help validate?

xcodebuildmcp-docs-command-review audits and verifies command documentation within XcodeBuildMCP, ensuring CLI references remain accurate and complete. The skill integrates with the Model Context Protocol to streamline documentation validation workflows for Apple platform development tools, helping you catch invalid or removed commands before they reach users.

How can I validate xcodebuildmcp command references?

xcodebuildmcp-docs-command-review reviews and validates CLI command references across XcodeBuildMCP documentation, changelog entries, migration examples, and manifests. It identifies invalid or removed commands, ensures breaking changes provide correct guidance, and distinguishes historical command references from current best practices.

Can xcodebuildmcp-docs-command-review check for removed CLI commands?

Yes. xcodebuildmcp-docs-command-review is designed to identify invalid or removed xcodebuildmcp commands in changelog entries and documentation. It helps you spot deprecated syntax and verify that migration examples guide users toward currently supported commands.

Does this skill verify workflow and tool name accuracy?

xcodebuildmcp-docs-command-review verifies workflow and tool name accuracy across manifests and documentation. It ensures that command syntax, workflow definitions, and tool references remain consistent and correct throughout your XcodeBuildMCP documentation.

What license does xcodebuildmcp-docs-command-review use?

xcodebuildmcp-docs-command-review is released under the MIT license, allowing free use, modification, and distribution in both open-source and commercial projects.

SKILL.md

rendered from the published skill — quoted content, verbatim

XcodeBuildMCP Docs Command Review

Review changed changelog entries for CLI command references that would mislead users or agents.

What to inspect

  • CHANGELOG.md
  • manifests/tools/*.yaml and manifests/workflows/*.yaml when you need to verify current CLI workflow/tool names
  • src/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 xcodebuildmcp command 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

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 1 file
.agents/skills/xcodebuildmcp-docs-command-review/SKILL.md

Related skills

Tags

cli-validation documentation-audit command-deprecation breaking-changes migration-guidance xcode-tooling reference-checking changelog-review