Content
65%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A highly actionable skill packed with executable code and concrete reference data, but it is a monolithic single file with no progressive disclosure and lacks explicit validation checkpoints in its workflows. Tightening the educational Notes and splitting detailed reference material into bundled files would lift the weakest dimensions.
Suggestions
Move the scenario catalogs (historical stress table, STRESS_SCENARIOS, tail-risk metrics) and the EVT/Monte Carlo code into separate reference files under references/, keeping SKILL.md as a lean overview with signaled links.
Add explicit validation checkpoints to the Analysis Steps (e.g., 'Verify returns are gap-free before VaR; if missing values exceed X%, halt and report'), with a fix-and-retry loop for the Monte Carlo batch step.
Trim the Notes section to only non-obvious, skill-specific caveats and remove the Overview paragraph that duplicates the frontmatter description.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense with executable, copy-paste-ready code, but the Overview restates the description and the Notes section explains concepts Claude already knows ('VaR is not the maximum loss', 'Normality assumption is dangerous', 'correlations trend toward 1'). | 2 / 3 |
Actionability | Provides multiple complete, executable Python functions (historical_var, parametric_var, monte_carlo_gbm, fit_gpd_tail, etc.) with imports and docstrings, plus a concrete STRESS_SCENARIOS dict and an output report template — fully copy-paste ready. | 3 / 3 |
Workflow Clarity | The 7-step 'Analysis Steps' and 4-step stress-test sequence are clearly ordered, but there are no explicit validation checkpoints or validate→fix→retry feedback loops for batch operations like the 10000-path Monte Carlo simulation, capping this at 2. | 2 / 3 |
Progressive Disclosure | Sections are well-organized with clear headers, but the skill is a monolithic 314-line file with all code, scenario catalogs, and EVT analysis inline and no bundle files (references/scripts/assets absent); content that should be split into separate files is not. | 2 / 3 |
Total | 9 / 12 Passed |