skillfed

xcodebuildmcp-docs-release-review

This skill helps you audit XcodeBuildMCP's documentation ecosystem by comparing release notes, changelogs, and API docs for alignment and completeness. It surfaces inconsistencies in versioning, feature descriptions, and deprecation notices across your project's public-facing materials. Use it to maintain documentation quality before shipping releases.

xcodebuildmcp-docs-release-review audits your XcodeBuildMCP documentation ecosystem by comparing release notes, changelogs, and API docs for alignment and completeness. It surfaces inconsistencies in versioning, feature descriptions, and deprecation notices across your project's public-facing materials, helping you maintain documentation quality before shipping releases.

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

6,155 303 MIT updated by getsentry

Install

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

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

Frequently asked questions

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

What does xcodebuildmcp-docs-release-review help me accomplish?

xcodebuildmcp-docs-release-review audits your XcodeBuildMCP documentation ecosystem by comparing release notes, changelogs, and API docs for alignment and completeness. It surfaces inconsistencies in versioning, feature descriptions, and deprecation notices across your project's public-facing materials, helping you maintain documentation quality before shipping releases.

How does xcodebuildmcp-docs-release-review validate CLI command references?

xcodebuildmcp-docs-release-review checks that CLI command references match your generated catalog and documentation. This ensures commands documented in release notes, README snippets, and changelog entries correspond to actual CLI implementations and haven't drifted during development cycles.

Can xcodebuildmcp-docs-release-review review xcode build mcp docs and release notes?

Yes. xcodebuildmcp-docs-release-review reviews XcodeBuildMCP documentation, changelog, and release notes for consistency. It compares what's documented against actual behavior changes, verifies versioning alignment, and flags gaps between your internal changelog entries and public release announcements.

What does xcodebuildmcp-docs-release-review check in website manifest generation?

xcodebuildmcp-docs-release-review validates website manifest generation and release script correctness. It ensures your build process produces consistent manifests, that release scripts properly integrate changelog data, and that generated artifacts align with documented installation and upgrade procedures.

How does xcodebuildmcp-docs-release-review ensure README install snippets align with releases?

xcodebuildmcp-docs-release-review compares README installation snippets against your release process to confirm they reference correct versions, valid package sources, and current command syntax. This prevents users from following outdated or broken installation instructions after new releases ship.

Is xcodebuildmcp-docs-release-review open source?

Yes. xcodebuildmcp-docs-release-review is released under the MIT license, making it free to use, modify, and distribute for both commercial and personal projects.

SKILL.md

rendered from the published skill — quoted content, verbatim

XcodeBuildMCP Docs and Release Review

Review guardrails for documentation, generated references, and release flow consistency.

Review scope

  • Review-only by default.
  • Do not edit product code unless the user explicitly requests implementation changes.

Files to inspect

  • README.md
  • CHANGELOG.md when present
  • scripts/build-website-manifest.mjs
  • scripts/generate-github-release-notes.mjs
  • scripts/release.sh
  • package.json
  • xcodebuildmcp.com/app/docs/_content/**

Guardrails

  • CLI examples match generated CLI catalog/commands.
  • Docs do not reference unavailable tools or workflows.
  • User-facing behavior changes include changelog updates.
  • Release notes derive from a valid changelog section.
  • README install snippets align with release script tag replacement.
  • Website manifest generation preserves expected normalized fields.
  • Docs explain runtime/contracts without deprecated patterns.
  • Keep docs-only work from introducing product

(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-release-review/SKILL.md

Related skills

Tags

release-management documentation-review changelog-validation cli-reference manifest-generation release-notes docs-guardrails version-control content-consistency