Content
81%Weight 40%Scale 1-5Reviews 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 guard skill with executable checks and an explicit decision gate. The main weakness is redundancy: the 'do not fabricate results' injunction is stated four times and could be tightened to improve token efficiency.
Suggestions
Consolidate the repeated anti-fabrication warning — it appears in the description, CRITICAL RULE, Step 4 message, and Rules; state it once authoritatively and reference it.
Move the per-environment detection snippets (Local CUDA, MPS, CPU-only, Remote SSH, Vast.ai, Modal) into a referenced file or fold the less-common ones (Vast.ai, Modal) into a compact list to reduce main-body length.
Replace the '<server>' placeholder in the SSH block with a note pointing to the CLAUDE.md remote-host field so the command is fully copy-pasteable.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Code blocks and thresholds are tight and free of basic-concept padding, but the anti-fabrication warning is repeated across the description, CRITICAL RULE, Step 4 template, and Rules section, which could be consolidated. | 3 / 5 |
Actionability | Copy-paste-ready executable commands for every environment with concrete thresholds ('memory.used < 500 MiB', 'utilization >= memory.total * 0.9', 'ConnectTimeout=10'), a decision-gate table, and a fill-in report template. | 5 / 5 |
Workflow Clarity | Clear five-step sequence with an explicit decision gate (Step 3), a stop-and-report branch (Step 4), and an explicit error-recovery rule ('If the check itself fails... treat it as unavailable and report'). | 5 / 5 |
Progressive Disclosure | Well-organized into clearly labeled sections with all content legitimately inline for a self-contained guard skill; no external bundle files are present, and the per-environment checks readably belong together, though the file is longer than the simple-skill exception threshold. | 4 / 5 |
Total | 17 / 20 Passed |