CtrlK
BlogDocsLog inGet started
Tessl Logo

bump-tantivy

Bump tantivy to the latest commit on main branch, fix compilation issues, and open a PR

84

4.71x
Quality

76%

Does it follow best practices?

Impact

99%

4.71x

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/bump-tantivy/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

82%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 a tight, fully executable 10-step procedure with concrete commands and a cargo-check retry loop, well-structured for a single-purpose skill; its only gaps are a few trimmable asides and missing post-PR verification.

Suggestions

Add a verification step after opening the PR, e.g. checking CI status with `gh pr checks` before reporting success.

Trim minor asides like 'This ensures we're working from the latest code.' to improve token efficiency.

Add a quick check that the new SHA differs from the current `rev` before editing Cargo.toml to avoid no-op bumps.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence with direct commands, but lines like 'This ensures we're working from the latest code.' are minor over-explanation that could be trimmed, keeping it just below the lean 5 anchor.

4 / 5

Actionability

Every step gives copy-paste-ready commands (`git branch --show-current`, `gh api .../commits/main --jq '.sha'`, `cargo check`, `make fmt`, `gh pr create ...`) with the Cargo.toml format and branch-naming example shown concretely.

5 / 5

Workflow Clarity

A clear 10-step sequence with an explicit cargo-check feedback loop ('Repeat until cargo check passes') and a branch-guard abort, but it lacks post-PR verification (e.g. CI status) and confirmation the SHA actually changed, leaving minor validation gaps.

4 / 5

Progressive Disclosure

Content is well-organized into clearly headed steps in a single self-contained file with no external references needed; at over 50 lines it is slightly above the simple-skill threshold, so it sits just below the ideal 5 anchor.

4 / 5

Total

17

/

20

Passed

Description

70%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 specific and distinct, clearly conveying a three-step bump-fix-PR workflow for a named crate, but it omits any explicit 'when to use' trigger guidance, which caps its completeness.

Suggestions

Add a 'Use when...' clause, e.g. 'Use when the user asks to bump or update the tantivy dependency, or upgrade tantivy to the latest main commit.'

Optionally name the trigger more naturally, such as 'update tantivy' or 'upgrade tantivy dependency', to broaden natural keyword coverage.

DimensionReasoningScore

Specificity

The description names three concrete actions — 'Bump tantivy to the latest commit on main branch, fix compilation issues, and open a PR' — giving good coverage of the workflow, though 'fix compilation issues' is slightly generic, keeping it just below the comprehensive 5 anchor.

4 / 5

Completeness

It clearly answers 'what' but provides no 'Use when...' or equivalent explicit trigger guidance, so per the judging guideline completeness is capped at 3.

3 / 5

Trigger Term Quality

Natural phrases a user would say ('bump tantivy', 'fix compilation issues', 'open a PR') are present with good coverage; it lacks a few common variations, so it sits below the comprehensive 5 anchor.

4 / 5

Distinctiveness Conflict Risk

Naming a specific crate ('tantivy') with a distinct bump-and-PR workflow gives it a clear niche with minimal conflict risk against other skills.

5 / 5

Total

16

/

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.