Content
80%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
A dense, actionable troubleshooting guide with strong conciseness and concrete fixes, weakened by missing validation checkpoints in destructive flows and poor progressive disclosure — bundle files exist but are entirely unreferenced.
Suggestions
Add explicit validation/verify-after steps to destructive operations (e.g., after clearing the index cache or running the reset, instruct to relaunch Cursor and confirm the symptom is gone).
Link the existing reference files (completion-errors.md, indexing-errors.md, performance-errors.md, errors.md, examples.md) from the relevant body sections and move the duplicated detail out of SKILL.md so it serves as an overview.
De-duplicate the inline content against the reference files to avoid maintaining the same fixes in two places.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The body is a lean Symptoms/Fix reference that assumes Claude's competence and avoids explaining concepts Claude already knows; tokens largely earn their place, with only minor tightening possible in the enterprise section. | 3 / 3 |
Actionability | Provides concrete, executable guidance throughout — exact command-palette paths, filesystem paths, bash flags (cursor --disable-extensions), settings JSON keys, and allowlist domains — with cause→fix tables mapping to specific resolutions. | 3 / 3 |
Workflow Clarity | Multi-step processes are sequenced with numbered lists and a Step 1–5 diagnosis block, but validation/verification checkpoints are mostly implicit; destructive cache-clearing (rm -rf) lacks an explicit verify-after step, capping clarity at 2. | 2 / 3 |
Progressive Disclosure | Sections are organized, but the ~230-line body is largely monolithic and never references the five provided bundle files in references/, which duplicate content already presented inline; references are neither signaled nor navigated. | 2 / 3 |
Total | 10 / 12 Passed |