Content
85%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-structured skill body with clear workflows and clean progressive disclosure; its main weakness is verbosity in the rubric-critical-facts section. The meta-commentary about grading could be removed without losing operational value.
Suggestions
Strip the meta-commentary about what 'the rubric grades/fails/greps for' from the 'Rubric-Critical Facts' section; state the required facts directly as operational checklists instead.
Collapse the repetitive 'you MUST tell the user ALL of the following N facts' preamble pattern into a single consistent format to reduce token overhead.
Move the per-scenario fact checklists (SSMS timeout, SSPI, Lambda/pymssql, ECS NTLM, SSM tunnel) into a reference file, keeping only the routing table inline in SKILL.md.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Most of the body is efficient (command tables, constraint lists, scenario checklists), but the 'Rubric-Critical Facts to Always Surface' section is padded with meta-commentary about what 'the rubric grades' and heavy repetitive 'you MUST' framing that adds tokens without aiding execution. | 3 / 5 |
Actionability | Provides fully executable, copy-paste-ready guidance: exact AWS CLI commands, the SSM document name 'AWS-StartPortForwardingSessionToRemoteHost', a complete pymssql handler catching both 18456 and pre-login timeout, and precise port/SPN/CNAME specifics. | 5 / 5 |
Workflow Clarity | A clearly sequenced workflow (Verify Dependencies -> Classify and Route -> Execute -> verify) with explicit validation checkpoints, a confirm-before-execute gate, a refuse-and-assess list for destructive operations, and per-scenario checklists. | 5 / 5 |
Progressive Disclosure | SKILL.md is an overview with a clear routing table pointing to 14 one-level-deep reference files, all of which exist in ./references/; content is appropriately split by driver, networking, auth, and troubleshooting topics. | 5 / 5 |
Total | 18 / 20 Passed |