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

Fix Clippy

Clippy issues are warnings, not errors. Never grep for error when looking for clippy issues.

Step 1: Auto-fix

Run make fix to automatically fix clippy warnings:

make fix

Step 2: Fix remaining warnings manually

Check for remaining warnings that couldn't be auto-fixed:

cargo clippy --tests 2>&1 | grep "^warning:" | sort -u

For each remaining warning, find the exact location and fix it manually.

Repository
quickwit-oss/quickwit
Last updated
Created

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.