CtrlK
BlogDocsLog inGet started
Tessl Logo

fmt

Run `make fmt` to check the code format.

75

1.69x
Quality

62%

Does it follow best practices?

Impact

95%

1.69x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./.claude/skills/fmt/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

78%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 body is lean, executable, and well-structured for a simple single-purpose formatting check, with a clear fix-and-rerun loop. Its main weakness is the hard-coded absolute path tying it to one developer's machine rather than the user's environment.

Suggestions

Replace the hard-coded absolute path `/Users/paul.masurel/git/quickwit/quickwit` with a generic instruction (e.g., 'cd into your quickwit/ checkout') so the command works for the reader.

Add one concrete before/after example of a log line fix (e.g., 'Starting index...' -> 'starting index') to make the log-format remediation copy-paste clear.

Optionally note that `make fmt` may auto-fix or report per-file so Claude knows whether to expect automatic remediation.

DimensionReasoningScore

Conciseness

The body is short and assumes Claude's competence, listing only the command and what it checks without padding, though the log-format fix steps are slightly redundant with the checklist above.

4 / 5

Actionability

It gives an executable command with an absolute working-directory example and concrete remediation steps (lowercase first char, remove trailing punctuation), with only minor gaps such as no example of a corrected log line.

4 / 5

Workflow Clarity

The sequence (run fmt, fix issues, re-run until clean) is clear and includes the re-run-until-clean feedback loop; it is a single-purpose non-destructive check, so the simple-skill exception applies and only minor validation detail is missing.

4 / 5

Progressive Disclosure

This is a short (under 50 lines) single-purpose skill with no external bundle files and well-organized sections, meeting the simple-skill criterion for a top progressive_disclosure score.

5 / 5

Total

17

/

20

Passed

Description

46%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 is concise and names a concrete action but omits any 'Use when' trigger guidance, which limits its discoverability and completeness. It is specific enough to be distinguishable from generic skills.

Suggestions

Add a 'Use when...' clause naming natural triggers, e.g., 'Use when checking or fixing Rust code formatting, license headers, or log message format.'

Include natural keyword variations like 'formatting', 'linting', or 'fmt' so users naturally trigger the skill.

Broaden the 'what' slightly to list the checks performed (format, license headers, log policy) for fuller coverage.

DimensionReasoningScore

Specificity

The description names the concrete action of running `make fmt` to check code format, a single specific action but not a comprehensive list of what is checked.

3 / 5

Completeness

It gives a clear 'what' (run `make fmt` to check code format) but provides no 'when/Use when' trigger guidance, capping completeness at 3 per the guidelines.

3 / 5

Trigger Term Quality

It includes 'code format' but lacks natural trigger phrases a user would say (e.g., 'format', 'formatting', 'linting'), leaning on the technical command `make fmt`.

2 / 5

Distinctiveness Conflict Risk

'Run `make fmt` to check the code format' is fairly distinct and tied to a specific command, with only minor overlap risk with other code-quality skills.

4 / 5

Total

12

/

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