Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable with a clear, well-validated workflow, but it is monolithic and somewhat redundant, repeating the structured-error-capture recipe and keeping inline content that could be offloaded to reference files.
Suggestions
Move the CI/CD simulator-runtime download block and the error-pattern table into a reference file (e.g. references/ci-cd.md) and link to it, reducing inline length.
State the structured-error-capture recipe once in 'Running Builds' and reference it by section from section 2, the CI/CD block, and the Audit Guidelines instead of restating it.
Tighten the restated environment-check rationale to remove duplicated guidance between 'Mandatory First Steps' and 'Interpreting Results'.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Most content is genuinely additive (specific xcodebuild flags, xcresulttool recipes, MCP-server subtleties), but the structured-error-capture guidance is restated across 'Running Builds', section 2, the CI/CD section, and the Audit Guidelines, and the CI/CD runtime-download block could be trimmed. | 2 / 3 |
Actionability | Commands are concrete and largely copy-paste ready (killall -9 xcodebuild, rm -rf DerivedData, xcodebuild -resolvePackageDependencies, simctl erase), with placeholders like <ACTUAL_SCHEME_NAME> explicitly justified by instructing xcodebuild -list lookup. | 3 / 3 |
Workflow Clarity | Clear sequencing via mandatory first steps, a symptom-to-section decision tree, and rebuild/retest verification checkpoints with feedback loops (read errors, fix, rebuild, re-read), plus a 'When to Stop and Report' escalation path. | 3 / 3 |
Progressive Disclosure | There are no bundle files and all content is inline in a ~455-line SKILL.md; well-organized into sections, but content that could be split out (CI/CD runtime download, error pattern table) is inline with no one-level-deep references. | 2 / 3 |
Total | 10 / 12 Passed |