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 and well-sequenced guard skill with executable commands and a clear decision gate, but it is verbose (redundant rule restatements and long templates) and monolithic with no progressive disclosure to reference files.
Suggestions
Collapse the CRITICAL RULE section into the intro and remove the duplicated STOP/REPORT wording to reduce token cost.
Trim the Step 4 and Step 5 message templates to a compact schema the model can fill, rather than full boilerplate prose.
Move the per-environment detection blocks (Vast.ai, Modal, remote SSH) into a reference file under ./scripts or ./references and link one level deep, improving progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly actionable and efficient, but the CRITICAL RULE section restates the mandatory-stop warning already in the intro, and the Step 4/Step 5 report templates plus the closing Rules section add padding that could be tightened. | 2 / 3 |
Actionability | Provides fully executable bash commands for each environment (nvidia-smi, torch MPS/CUDA probes, ssh, vastai, modal) with explicit availability/unavailability criteria, matching the copy-paste-ready anchor. | 3 / 3 |
Workflow Clarity | A clearly sequenced 5-step workflow with an explicit Decision Gate checkpoint and a feedback path (compute unavailable -> Step 4 stop/report, compute available -> Step 5 proceed), matching the validation-checkpoint anchor. | 3 / 3 |
Progressive Disclosure | Content is a single monolithic ~180-line SKILL.md with no bundle files or one-level-deep references; the per-environment command blocks could be split out, so it sits at the some-structure-but-inline anchor. | 2 / 3 |
Total | 10 / 12 Passed |