CtrlK
BlogDocsLog inGet started
Tessl Logo

rationalize-deps

Analyze Cargo.toml dependencies and attempt to remove unused features to reduce compile times and binary size

72

1.40x
Quality

69%

Does it follow best practices?

Impact

62%

1.40x

Average score across 3 eval scenarios

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./.claude/skills/rationalize-deps/SKILL.md

The canonical home for this skill is rationalize-deps in quickwit-oss/quickwit

SKILL.md
Quality
Evals
Security

Quality

Content

87%Weight 40%Scale 1-5

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

The skill body is highly actionable and well-sequenced with strong validation feedback loops, executable commands, and concrete examples. Minor conciseness gains are possible in the Common Patterns section, and progressive disclosure is good but has no external references to justify a top score.

DimensionReasoningScore

Conciseness

The body is largely efficient with executable commands and tight TOML snippets; the 'Common Patterns' section slightly reiterates step content and could be trimmed, but otherwise assumes Claude's competence.

4 / 5

Actionability

Provides fully executable commands (cargo tree, cargo metadata | jq, cargo check, cargo test --no-run) and copy-paste-ready TOML before/after examples covering the common crate cases (serde, tokio, reqwest).

5 / 5

Workflow Clarity

Clear five-step sequence with explicit validation checkpoints (cargo check after each change, error-driven feature re-addition, binary search for minimal features, and a final verify build), plus a rollback path for recovery.

5 / 5

Progressive Disclosure

Content is well-organized into clearly labeled sections with no nested references and no bundle files; it is a single self-contained file that is easy to navigate, though it has no one-level-deep references to split out further detail.

4 / 5

Total

18

/

20

Passed

Description

51%Weight 40%Scale 1-5

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

The description clearly states what the skill does and names a specific, narrow domain, but it omits any 'when to use' trigger guidance and lacks natural user-facing phrasing. It is solid but not exemplary.

Suggestions

Add an explicit 'Use when...' clause naming natural trigger phrases (e.g., 'Use when the user wants faster Rust builds, smaller binaries, or to trim default crate features').

Include synonyms and user-natural terms beyond technical jargon, such as 'slim down dependencies', 'faster compile times', or 'reduce binary size'.

Consider adding one more concrete action (e.g., 'verify the build still passes') to broaden the specificity coverage.

DimensionReasoningScore

Specificity

Names the domain ('Cargo.toml dependencies') and two concrete actions ('Analyze' and 'remove unused features') tied to a clear purpose ('reduce compile times and binary size'), but coverage of actions is not comprehensive.

3 / 5

Completeness

Clearly answers 'what' the skill does, but provides no 'Use when...' or equivalent trigger guidance for when Claude should invoke it, capping completeness at 3 per the rubric.

3 / 5

Trigger Term Quality

Relevant technical terms like 'Cargo.toml dependencies', 'unused features', 'compile times', and 'binary size' appear, but natural user-facing trigger phrases and synonyms (e.g., 'faster builds', 'trim deps') are missing.

3 / 5

Distinctiveness Conflict Risk

The niche of trimming Cargo.toml default features is fairly distinct from other skills, with only minor overlap risk against generic dependency-management skills.

4 / 5

Total

13

/

20

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
quickwit-oss/tantivy
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.