xcodebuildmcp-docs-command-review

Validate CLI command references in XcodeBuildMCP changelogs and manifests.

6.2k|312|Updated Mar 9, 2025
One-click install
npx skills add https://github.com/getsentry/XcodeBuildMCP --skill xcodebuildmcp-docs-command-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: xcodebuildmcp-docs-command-review
Source: https://github.com/getsentry/XcodeBuildMCP/tree/main/.agents/skills/xcodebuildmcp-docs-command-review
Command: npx skills add https://github.com/getsentry/XcodeBuildMCP --skill xcodebuildmcp-docs-command-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps reviewers ensure that XcodeBuildMCP CLI command references in changelogs and manifests are accurate, current, and properly migrated.

Core Features & Use Cases

  • Validation of references: scan CHANGELOG.md and manifests to identify outdated or misleading CLI commands.
  • Migration guidance: flag deprecated usage and propose clear, current replacements with before/after context.
  • Documentation hygiene: support quick reviews during release cycles and aid consistent guidance.

Quick Start

Review the changelog and manifests to identify outdated or misleading CLI command references and propose replacements.

Frequently Asked Questions about xcodebuildmcp-docs-command-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate outdated CLI command references in changelog and manifest files?

To validate outdated CLI command references, scan CHANGELOG.md and manifest files to identify deprecated usage, verify current guidance, and propose clear replacements with before and after context.

How do I flag deprecated CLI commands in XcodeBuildMCP manifests and propose replacements?

Flag deprecated CLI commands in XcodeBuildMCP manifests by analyzing manifests/tools/*.yaml and manifests/workflows/*.yaml files to detect outdated references and generate current replacement proposals.

What is the best way to review CLI command migration guidance in documentation?

Reviewing CLI command migration guidance involves analyzing changelog entries and manifest files to confirm accuracy, flag misleading commands, and ensure documentation provides consistent, current replacement instructions.

Does this command review process work with src/cli files and YAML manifests?

Yes, the command review process applies to src/cli/** files alongside CHANGELOG.md and manifests/workflows/*.yaml to validate command references and migration guidance across the XcodeBuildMCP project structure.

When do I need to validate CLI command references during a release cycle?

Validate CLI command references during release cycles to maintain documentation hygiene, ensure changelog entries reflect current commands, and prevent users from following deprecated migration paths.

What limitations exist when scanning changelog entries for invalid CLI commands?

Scanning changelog entries for invalid CLI commands is limited to analyzing text patterns in CHANGELOG.md and manifest YAML files, requiring manual verification of proposed replacements against actual command behavior.