CtrlK
BlogDocsLog inGet started
Tessl Logo

fmt

Run `make fmt` to check the code format.

Install with Tessl CLI

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

77

1.69x

Quality

66%

Does it follow best practices?

Impact

95%

1.69x

Average score across 3 eval scenarios

Optimize this skill with Tessl

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

Format Check

Run make fmt from the quickwit/ subdirectory to check code formatting:

cd /Users/paul.masurel/git/quickwit/quickwit && make fmt

This command checks:

  1. Rust code formatting
  2. License headers
  3. Log format policy (no trailing punctuation, no uppercase first character)

If there are log format issues, fix them by:

  • Making the first character lowercase
  • Removing trailing punctuation (periods, exclamation marks, etc.)

Fix any issues found and re-run until clean.

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.