Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
The body is highly actionable with a well-sequenced, validation-rich workflow tailored to this codebase. Its main weaknesses are mild redundancy between the hard rules and anti-patterns, and a monolithic single-file structure that could benefit from reference files.
Suggestions
Move the Consumption Matrix and provider-doc URL table into a reference file (e.g. references/consumption-matrix.md) and link to it, keeping SKILL.md as a lean overview.
Trim the 'Anti-patterns' section or fold it into the relevant steps to remove overlap with the 'Hard rules' block.
Consider extracting the verification-report template into a references file so the workflow step stays concise.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is dense with codebase-specific knowledge and avoids explaining general concepts, but the 'Anti-patterns' section recaps the hard rules and some guidance repeats across 'Hard rules' and the later steps, so it could be tightened. | 2 / 3 |
Actionability | It provides an executable TS entry template, concrete `rg` grep commands, an exact WebFetch prompt, a provider-doc URL table, and a copy-paste verification report format. | 3 / 3 |
Workflow Clarity | Six steps are clearly sequenced with explicit validation checkpoints and feedback loops: lint-fail→fix→rerun, two-source pricing cross-check, and ask-the-user before proceeding on any unverified field. | 3 / 3 |
Progressive Disclosure | All content lives in one ~223-line SKILL.md with no reference files; sections are well-organized but the Consumption Matrix, provider URL table, and anti-patterns could be split into separate reference files for a clearer overview. | 2 / 3 |
Total | 10 / 12 Passed |