Content
65%Weight 40%Scale 1-3Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body delivers concrete, actionable guidance with a clear scoring rubric and a thorough output template, and avoids teaching Claude basics. It is held back by overlapping risk categories, the absence of an explicit verification checkpoint in the workflow, and a monolithic single-file structure with no progressive disclosure.
Suggestions
Consolidate the overlapping risk categories in the Step 2 table (e.g., merge 'Unlimited Liability' into 'Financial Exposure' and 'Broad Indemnification' into 'Liability Transfer') to reduce redundancy and token cost.
Add an explicit verification step before writing the file, such as 'Verify every clause has a score, that Top 5 priorities correspond to the highest-scored clauses, and that every HIGH RISK entry includes alternative language'.
Consider moving the large output template into a referenced file (e.g., references/RISK-ANALYSIS-TEMPLATE.md) so SKILL.md stays a lean overview with a one-level-deep reference.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is mostly efficient and avoids explaining concepts Claude already knows, but the 11-row risk category table contains genuine overlap (e.g., 'Financial Exposure' vs 'Unlimited Liability', 'Liability Transfer' vs 'Broad Indemnification') and could be tightened, matching 'mostly efficient but could be tightened'. | 2 / 3 |
Actionability | Guidance is highly concrete: a 1-10 scoring rubric with defined bands, an exact 7-element per-clause specification, and a full copy-paste output template. Per the scoring notes, absence of code in an instruction-only skill is not penalized when guidance is this actionable. | 3 / 3 |
Workflow Clarity | The five steps are clearly numbered and sequenced, but the workflow contains no explicit validation or verification checkpoint (e.g., 'verify every clause was scored', 'confirm Top 5 matches the highest-scored clauses'), so it does not reach the 3 anchor that requires explicit validation steps; the task is non-destructive so it stays at 2 rather than 1. | 2 / 3 |
Progressive Disclosure | The skill is a single well-organized file over 50 lines with no bundle files and no external references, and substantial reference-style content (the output template, the category table) lives inline rather than being split out, matching 'some structure but content that could be separate is inline'. | 2 / 3 |
Total | 9 / 12 Passed |