Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A highly actionable, well-sequenced debugging reference with strong validation feedback loops. Its main weaknesses are mild redundancy between the diagnosis tree and the symptom table, and a monolithic structure that could offload detail into reference files.
Suggestions
Dedupe the overlap between the Quick Diagnosis decision tree and the Common Issue Patterns table — have one point to the other, or merge shared cases, to tighten token use.
Move the Headless / Non-Interactive Environments detail and/or the Common Issue Patterns table into a references/ file (e.g. references/headless-setup.md, references/issue-patterns.md), keeping SKILL.md as a concise overview with one-level-deep links.
Either bring the referenced e2e-testing/references/debugging-with-mcp.md into this skill's bundle as a clearly-signaled local reference, or drop the cross-skill path to avoid a dangling reference.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and largely assumes Claude's competence, but the Quick Diagnosis decision tree and the Common Issue Patterns table overlap on several cases (login hangs, ui run on new app, deploy fails silently, auth-locally-fails-in-CI), adding redundant tokens; tightening that overlap would reach level 3. | 2 / 3 |
Actionability | Packed with copy-paste-ready, executable commands — `foundry functions run --name my-function`, `foundry apps validate --no-prompt`, env-var exports, and a full `profile create --no-prompt` block — matching the fully-executable anchor. | 3 / 3 |
Workflow Clarity | Multi-step procedures are clearly sequenced with validation checkpoints and feedback loops: the manifest-validation 'comment out capabilities one by one / fix and re-validate incrementally' loop, the two-phase deployment diagnostics, the 3-step install-failure isolation, and a Pre-Escalation Checklist. | 3 / 3 |
Progressive Disclosure | Well organized into labeled sections, but it is a ~225-line monolithic file with no bundle references; the long Common Issue Patterns table and Headless setup detail are inline rather than split into one-level-deep reference files, and the single referenced path (e2e-testing/references/debugging-with-mcp.md) is not part of this skill's bundle. | 2 / 3 |
Total | 10 / 12 Passed |