CtrlK
BlogDocsLog inGet started
Tessl Logo

fix-clippy

Fix all clippy lint warnings in the project

Install with Tessl CLI

npx tessl i github:quickwit-oss/quickwit --skill fix-clippy
What are skills?

73

1.34x

Quality

60%

Does it follow best practices?

Impact

93%

1.34x

Average score across 3 eval scenarios

Optimize this skill with Tessl

npx tessl skill review --optimize ./.claude/skills/fix-clippy/SKILL.md
SKILL.md
Review
Evals

Evaluation results

100%

3%

Clippy Fix Automation Script

Clippy fix automation script

Criteria
Without context
With context

Uses make fix

100%

100%

cargo clippy --tests

100%

100%

Stderr redirected

100%

100%

Grep for warning lines

80%

100%

sort -u deduplication

100%

100%

No error grep

100%

100%

make fix is first step

100%

100%

Without context: $0.2099 · 50s · 14 turns · 18 in / 2,901 out tokens

With context: $0.2878 · 58s · 20 turns · 305 in / 2,997 out tokens

100%

20%

Debug Clippy Check Script

Correct clippy warning detection

Criteria
Without context
With context

Grep pattern corrected

100%

100%

Stderr redirected

100%

100%

--tests flag added

0%

100%

debug_notes identifies wrong grep

100%

100%

debug_notes identifies stderr issue

100%

100%

sort -u retained or improved

100%

100%

No re-introduction of error grep

0%

100%

Without context: $0.2065 · 58s · 10 turns · 15 in / 3,046 out tokens

With context: $0.2977 · 1m 8s · 19 turns · 21 in / 3,565 out tokens

80%

50%

Fix Clippy Warnings in Rust Utility Library

Full clippy fix workflow

Criteria
Without context
With context

make fix first

0%

0%

cargo clippy --tests used

0%

100%

Stderr redirect in command

0%

100%

Grep for ^warning:

0%

100%

sort -u applied

0%

100%

No error grep

100%

100%

is_active warning fixed

100%

100%

needless_range_loop fixed

100%

100%

make fix before manual edits

0%

0%

Without context: $0.7517 · 3m 12s · 38 turns · 41 in / 9,902 out tokens

With context: $0.6575 · 2m 16s · 43 turns · 400 in / 7,194 out tokens

Evaluated
Agent
Claude Code
Model
Claude Sonnet 4.6

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.