Content
76%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.
An actionable, well-structured CLI command reference with concrete commands and flag tables. Its main weaknesses are a verbose `--watch`/troubleshooting section and the lack of an explicit validation checkpoint before the destructive `clean` operation.
Suggestions
Add an explicit verification step before `clean` (e.g., run `status` first and confirm with the user) so the destructive operation has a validation checkpoint.
Trim the `--watch` paragraph by moving the inline list of rejected flags into a small table, and condense the npm 11.x workaround alternatives.
Consider splitting the per-command flag tables and troubleshooting into a separate reference file to keep SKILL.md a lean overview.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Mostly efficient and free of concept over-explanation, but the dense `--watch` paragraph (inline list of rejected flags) and the npm 11.x troubleshooting with multiple alternative install commands could be tightened. | 4 / 5 |
Actionability | Provides concrete copy-paste commands (`node .gitnexus/run.cjs analyze`) plus complete flag and environment-variable tables, covering the common cases directly. | 5 / 5 |
Workflow Clarity | A verify step exists in "After Indexing" (read context to confirm the index loaded), but the destructive `clean` command has no explicit validation checkpoint before deletion, capping this dimension. | 3 / 5 |
Progressive Disclosure | No bundle files exist; the single SKILL.md is well-organized into clear sections (Commands, Index storage, After Indexing, Troubleshooting) with no nested references, though the long flag tables and troubleshooting could live in separate reference files. | 4 / 5 |
Total | 16 / 20 Passed |