CtrlK
BlogDocsLog inGet started
Tessl Logo

grove-run

Run Grove tests and diagnose failures. Use when the user asks to "run the tests", "run my test", "debug this test failure", "why is this test failing", "check if tests pass", or wants to execute and troubleshoot code example tests.

75

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

85%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A highly actionable, well-sequenced debugging runbook with executable commands, explicit validation checkpoints, and a clear feedback loop. Its main weakness is conciseness, with some redundancy between the Step 4 failure categories and the Edge Cases section.

Suggestions

Deduplicate the missing-'await' / missing-'client.close()' guidance so it lives in one place (either the Step 4 Timeout category or the Edge Cases), with the other cross-referencing it, to tighten the body.

Consider condensing the Step 0 extension-handoff section (e.g., collapsing the multi-block example messages) or moving the payload schema into a reference file, since it is the longest and most conditional part of the skill.

Trim the 'canary' / opening-response instruction scaffolding if it is not essential to the run/debug task, to reduce token overhead.

DimensionReasoningScore

Conciseness

It assumes Claude's competence and avoids basic-concept explanation, but at ~230 lines it includes redundancy (e.g., missing 'await' and missing 'client.close()' appear in both Step 4 categories and Edge Cases) and an elaborate Step 0 handoff section that could be tightened, so not every token earns its place.

2 / 3

Actionability

Provides fully executable commands (e.g., 'cd code-example-tests/{driver-dir} && npm test -- -t {name}', 'it(..., 240000)') and concrete Expect API chains (withIgnoredFields, withUnorderedSort) mapped through a suite-to-command table — copy-paste ready guidance.

3 / 3

Workflow Clarity

Steps 0–6 are clearly sequenced with explicit validation checkpoints (handoff file existence check, 'if all tests pass... stop', approval gate before edits) and a re-run-to-confirm feedback loop for error recovery.

3 / 3

Progressive Disclosure

No bundle files exist, but the body is well-organized into clearly headed sections (Step 0–6, Edge Cases) with one-level external references ('Comparison API section' in conventions files, the language's CLAUDE.md) and no nested references.

3 / 3

Total

11

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, third-person description that clearly states what the skill does and when to use it with natural, varied trigger phrases. It is concise, concrete, and well-scoped to its niche.

DimensionReasoningScore

Specificity

States concrete actions on a named domain — 'Run Grove tests and diagnose failures' — listing multiple specific operations rather than vague language, matching the 'lists multiple specific concrete actions' anchor.

3 / 3

Completeness

Explicitly answers both 'what' ('Run Grove tests and diagnose failures') and 'when' via a 'Use when the user asks to...' clause with explicit triggers, the strongest completeness anchor.

3 / 3

Trigger Term Quality

Includes several natural phrases users would actually say ('run the tests', 'debug this test failure', 'why is this test failing', 'check if tests pass'), giving good coverage of realistic trigger terms.

3 / 3

Distinctiveness Conflict Risk

Scoped to a clear niche ('Grove tests', 'code example tests') with run/debug-specific triggers, making it unlikely to fire for sibling grove-* skills despite a couple of generic phrasings.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
mongodb/docs
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.