CtrlK
BlogDocsLog inGet started
Tessl Logo

simple-pr

Create a simple PR from staged changes with an auto-generated commit message

60

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

92%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The content is a concise, highly actionable, well-sequenced workflow with explicit validation and feedback loops; its only real weakness is a broken bundle reference to a scripts/ file that is not provided.

DimensionReasoningScore

Conciseness

The body is a lean 8-step sequence of concrete commands with no concept explanations Claude already knows (no 'what is a PR/git' padding); nearly every line is an instruction or a command, matching the score-3 anchor 'Lean and efficient; assumes Claude's competence; every token earns its place' rather than score 2 which expects unnecessary explanation.

3 / 3

Actionability

It provides concrete, executable commands throughout ('git status', 'git diff --cached', 'git checkout -b {username}/{short-descriptive-name}', 'cargo clippy --workspace --all-features --tests', 'gh pr create --draft ...') plus specific examples like branch names 'fix-typo-in-readme' and the license header block, matching the score-3 anchor 'Fully executable code/commands; specific examples' rather than score 2's pseudocode/incomplete guidance.

3 / 3

Workflow Clarity

An explicit 8-step sequence with validation checkpoints and feedback loops: Step 1 aborts if changes are unstaged or not on main, Step 4 requires user confirmation, and Step 6 runs pre-PR checks with 'Fix any issues found before proceeding' (a validate→fix→proceed loop), matching the score-3 anchor 'Clear sequence with explicit validation steps; feedback loops for error recovery'.

3 / 3

Progressive Disclosure

The body is well-organized into clear sections, but it references 'scripts/check_license_headers.sh' in Step 6 and no scripts/ bundle directory (nor references/ or assets/) exists, so against the actual bundle structure the referenced path is broken; this fits the score-2 anchor 'references present but not clearly signaled' rather than score 3, which requires well-signaled references that resolve.

2 / 3

Total

11

/

12

Passed

Description

50%

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 concrete and clearly states what the skill does, but it omits any explicit 'Use when...' trigger guidance and uses a narrow set of keywords, leaving every dimension at the mid-level rather than reaching the top anchors.

Suggestions

Add an explicit trigger clause, e.g. 'Use when the user asks to create a PR or open a pull request from already-staged changes.'

Broaden trigger-term coverage with natural variations such as 'pull request', 'gh pr create', and 'open a PR'.

List a couple more concrete actions (e.g. run pre-commit checks, push a branch) to lift specificity toward multiple specific concrete actions.

DimensionReasoningScore

Specificity

Quotes 'Create a simple PR from staged changes with an auto-generated commit message' — it names the domain (PRs from staged changes) and two concrete actions (create PR, auto-generate commit message), matching the score-2 anchor 'Names domain and some actions, but not comprehensive' rather than score 3, which requires a list of multiple specific concrete actions like extract/fill/merge.

2 / 3

Completeness

The description clearly answers WHAT ('Create a simple PR from staged changes with an auto-generated commit message') but provides no 'Use when...' clause or equivalent explicit trigger for WHEN, so per the rubric guideline a missing explicit trigger caps completeness at 2 rather than 3.

2 / 3

Trigger Term Quality

Terms 'PR', 'staged changes', and 'commit message' are natural keywords a user would say, but coverage is narrow and misses common variations (e.g. 'pull request', 'gh pr create', 'open a pull request'), fitting the score-2 anchor 'Some relevant keywords but missing common variations' rather than score 3's broad coverage.

2 / 3

Distinctiveness Conflict Risk

'Create a simple PR from staged changes with an auto-generated commit message' is fairly specific but could still overlap with other git/PR or commit-message skills, and lacks distinct explicit triggers, matching the score-2 anchor 'Somewhat specific but could still overlap with similar skills' rather than score 3's clear niche with distinct triggers.

2 / 3

Total

8

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

referenced_paths_exist

Referenced path issues: 1 missing

Warning

Total

15

/

16

Passed

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.