Content
88%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 dense, well-structured audit playbook with concrete per-check tests, clear sequencing, and explicit priority gating. It is highly actionable and mostly concise; the only lever is optionally splitting the model-type bug catalogs into a reference file.
Suggestions
Move the model-type-specific bug lists (3g: DCF/LBO/Merger/3-statement) into a references/ file (e.g. MODEL_BUGS.md) and link to it from Step 3 to slim the main SKILL.md.
De-duplicate the BS-balance and hardcoded-override guidance between Step 3 and the Notes section to tighten token use.
Add a one-line note on how to access cell formulas (e.g. reading formula strings vs. values) so the formula-level checks are executable without assumed tooling.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly lean: terse tables of checks/tests assume Claude's intelligence and avoid explaining what a balance sheet is. Minor repetition (BS balance and hardcoded-override warnings recur in Step 3 and Notes) keeps it just below fully tight. | 4 / 5 |
Actionability | Concrete, executable tests throughout — e.g. 'Total Assets = Total Liabilities + Equity (every period)', 'CF Ending Cash = BS Cash', per-model bug lists (e.g. 'WACC uses book values instead of market values'). Guidance is specific enough to act on directly. | 5 / 5 |
Workflow Clarity | Four clearly sequenced steps (scope → formula checks → model-integrity checks → report) with explicit gating checkpoints ('if BS doesn't balance ... nothing else matters until this is fixed') and checklists per model type; 'report first, fix on request' bounds the read-only workflow appropriately. | 5 / 5 |
Progressive Disclosure | Well-organized into clearly headed sections with no nested references. As a single-file skill over ~150 lines it stays navigable, though the model-type-specific bug catalogs (3g) are candidates for an external reference that would tighten the main file. | 4 / 5 |
Total | 18 / 20 Passed |