Content
82%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.
The body is an actionable, well-organized reference with executable examples and genuinely non-obvious domain gotchas; its main weaknesses are a few padded comparison/definition rows and a main analysis workflow whose validation checkpoints are implicit rather than explicit.
Suggestions
Tighten the VaR-vs-CVaR comparison table by dropping the regulation/subadditivity rows unless they drive a concrete decision, and merge the bare 'Definition' lines into the prose.
Make the Analysis Steps sequence's validation explicit — e.g. insert a checkpoint after VaR/CVaR ('verify cvar >= var') and after GPD fitting ('confirm shape_xi is stable across nearby threshold_pct').
Consider splitting the large historical-scenario table and STRESS_SCENARIOS dict into a references/ file to shorten the main SKILL.md and aid progressive disclosure.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense and high-signal, focusing on non-obvious gotchas (sign convention, parametric-vs-historical gap, the 2σ tail-type rule) rather than basics Claude already knows, though the VaR/CVaR comparison table (Basel/subadditivity rows) and a few 'Definition' lines could be trimmed. | 4 / 5 |
Actionability | Provides copy-paste-ready executable code with real signatures, arguments, return-dict keys, array shapes, and error conditions across every method, covering the common cases fully. | 5 / 5 |
Workflow Clarity | A clear 7-step Analysis Steps sequence plus a 4-step stress-test procedure with an 'assess adequacy' checkpoint, and embedded checks (CVaR >= VaR, threshold stability, sign discipline) act as checkpoints; minor validation gaps remain in the main sequence. | 4 / 5 |
Progressive Disclosure | No bundle files exist, so the self-contained ~290-line body is scored on its own structure: clear top-level sections (Overview, Risk Measurement Methods, Stress-Testing Framework, Tail-Risk Analysis, Analysis Framework, Output Format, Notes) with easy header navigation and no nested references, though some detailed tables/scenario dicts could arguably be split out. | 4 / 5 |
Total | 17 / 20 Passed |