Content
50%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This skill serves as a comprehensive CLI reference card for the `hf` command, with well-organized command groupings and clear syntax. Its main weaknesses are the lack of concrete worked examples showing common workflows (download a model, upload a dataset, authenticate and verify) and the monolithic listing of all subcommands inline rather than focusing on the most common operations with pointers to `--help` for the rest.
Suggestions
Add 2-3 concrete, copy-paste-ready workflow examples for common tasks (e.g., authenticate then download a model, upload a folder to a dataset repo) to improve actionability.
Trim the command listing to the most commonly used commands and add a note like 'Run `hf --help` for the full command list' to improve conciseness.
Add a brief workflow for destructive operations like `hf repos delete` that includes a verification step (e.g., `hf repos info` before deleting) to improve workflow clarity.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is mostly efficient as a CLI reference, but includes some unnecessary lines like the version/regeneration note and the install command that could be trimmed. The comprehensive command listing is useful but borders on verbose for a skill file—some subcommands could be deferred to `--help`. | 2 / 3 |
Actionability | The skill provides concrete command syntax with argument placeholders, which is helpful. However, it lacks executable examples showing real-world usage (e.g., downloading a specific model, uploading with specific flags). It's essentially a reference card rather than actionable guidance with worked examples. | 2 / 3 |
Workflow Clarity | There are no multi-step workflows demonstrated (e.g., authenticate → download → verify). The tips section hints at useful patterns but doesn't sequence them. For operations like `hf repos delete` (irreversible), there's no validation or confirmation step mentioned. | 2 / 3 |
Progressive Disclosure | The content is organized with clear section headers and grouped subcommands, which aids navigation. However, the entire command reference is inlined in a single file rather than providing a concise overview with references to detailed docs. The tips at the end suggesting `--help` partially compensates, but the file is quite long for a SKILL.md. | 2 / 3 |
Total | 8 / 12 Passed |