Content
87%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A tight, actionable reference skill with concrete commands and clean sectioning. The main gap is workflow clarity: editing guidance lacks an explicit ordered sequence with a validation feedback loop.
Suggestions
Convert the editing guidance into an ordered workflow (discover CLI → read style guide → edit → validate) with an explicit validate-fix-retry loop.
Make the validation checkpoint concrete, e.g. specify the compile/run command to execute rather than "compiling or running them".
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Lean body with no filler or explanation of what Neva is; every bullet delivers actionable guidance, assuming Claude's competence. | 3 / 3 |
Actionability | Provides copy-paste-ready commands (`neva --help`, `go run ./cmd/neva --help`, `neva doc [package/path] [.] <pattern>`) and concrete repo paths (`docs/user/style_guide.md`, `internal/compiler/parser/neva.g4`). | 3 / 3 |
Workflow Clarity | Validation is mentioned ("validate changed Neva programs by compiling or running them") but steps are unordered bullets with no explicit sequence or validate-fix-retry feedback loop. | 2 / 3 |
Progressive Disclosure | Under 50 lines with no bundle files needed; organized into clearly labeled "CLI Discovery" and "Rules" sections, which per the rubric earns a 3 for simple skills. | 3 / 3 |
Total | 11 / 12 Passed |