Content
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A well-structured, code-first skill body that is lean, executable, and clearly sequenced, with a helpful pitfalls section and a clean one-level-deep reference layout. It adds only what Claude would not already know about the edgartools API.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is lean: code-first sections with minimal prose, no explanation of what SEC EDGAR is or how Python libraries work, and every token earns its place. It assumes Claude's competence throughout. | 3 / 3 |
Actionability | Provides fully executable, copy-paste-ready code — `set_identity(...)`, `uv pip install edgartools`, `company.get_filings(form="10-K")`, `filing.obj()` — plus concrete commands and a form→object mapping table. | 3 / 3 |
Workflow Clarity | A clearly sequenced core workflow (Authentication → Installation → Find Company → Get Filings → Extract → Access Content) is reinforced by a 'Common Pitfalls' section and an 'Important' callout that serve as error-recovery guidance; this is data access rather than a destructive/batch operation, so no hard cap applies. | 3 / 3 |
Progressive Disclosure | SKILL.md is a concise overview with seven well-signaled, one-level-deep references (companies.md, filings.md, financial-data.md, xbrl.md, data-objects.md, entity-facts.md, ai-integration.md), all verified to exist, with content appropriately split for easy navigation. | 3 / 3 |
Total | 12 / 12 Passed |