xcodebuildmcp-docs-command-review
Use when reviewing XcodeBuildMCP changelog CLI command references for invalid current guidance while allowing historical migration examples.
Works with
--- name: xcodebuildmcp-docs-command-review description: Use when reviewing XcodeBuildMCP changelog CLI command references for invalid current guidance while allowing historical migration examples. license: MIT --- # 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 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: ```markdown Before: xcodebuildmcp logging start-sim-log-cap After: xcodebuildmcp simulator build-and-run ``` ## Output 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.
More Writing & Documentation skills
paper-context-resolver
lllllllama/rigorpilot-skills
Rigor Paper Context helper for README-first deep learning repo reproduction. Use only when the README and repository files leave a narrow reproduction-critical gap and the task is to resolve a specific paper detail such as dataset split, preprocessing, evaluation protocol, checkpoint mapping, or runtime assumption from primary paper sources while recording conflicts. Do not use for general paper summary, repo scanning, environment setup, command execution, title-only paper lookup, or replacing README guidance by default.
repo-intake-and-plan
lllllllama/rigorpilot-skills
Rigor Intake helper for README-first deep learning repo reproduction. Use when the task is specifically to scan a repository, read the README and common project files, extract documented commands, classify inference, evaluation, and training candidates, and return the smallest trustworthy reproduction plan to the main orchestrator. Do not use for environment setup, asset download, command execution, final reporting, paper lookup, or end-to-end orchestration.
minimal-run-and-audit
lllllllama/rigorpilot-skills
Rigor Run skill for README-first deep learning repo reproduction. Use when the task is specifically to capture or normalize evidence from the selected smoke test or documented inference or evaluation command and write standardized `repro_outputs/` files, including patch notes when repository files changed. Do not use for training execution, initial repo intake, generic environment setup, paper lookup, target selection, hidden scientific-meaning changes, or end-to-end orchestration by itself.

