CtrlK
BlogDocsLog inGet started
Tessl Logo

sqlitecpp-release

SQLiteCpp release procedure: bump the version across all files, finalize the CHANGELOG, open the Release PR, and tag. Use when cutting a new release, bumping the project version, or tagging.

76

Quality

93%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

87%Weight 40%Scale 1-3

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

A lean, highly actionable release runbook with exact per-file edit instructions and a clear step sequence. The one gap is verification: the most error-prone step (version-macro sync) is warned about but not gated by an explicit validate-and-retry checkpoint.

Suggestions

Add an explicit verification checkpoint after the version bump — e.g. a "Confirm all four places equal X.Y.Z and the macro matches" step, ideally with a one-line grep/build command to check — so the sync mistake is caught rather than just warned about.

Turn the version-sync note into a small feedback loop: if the header macros and CMakeLists.txt disagree, fix the header and re-check before opening the Release PR.

State the validation expectation for the Release PR review (e.g. CI must be green on the release branch before tagging) to give the tag-after-merge step a concrete go/no-go gate.

DimensionReasoningScore

Conciseness

Roughly 45 lean lines that assume Claude's competence — no explanations of what SQLiteCpp/CMake/CHANGELOG are — and the "most common release mistake" note earns its tokens; it does not fall to the mostly-efficient-but-could-tighten level below.

3 / 3

Actionability

Gives exact file, exact line, and exact replacement string for every edit plus concrete commit/PR/tag formats (e.g. `project(SQLiteCpp VERSION X.Y.Z)`, `Release X.Y.Z`, tag `X.Y.Z`); as an instruction-only skill this is fully actionable, not pseudocode.

3 / 3

Workflow Clarity

The five steps are clearly sequenced and there is one explicit checkpoint ("Confirm every merged PR since the previous tag has a bullet"), but the riskiest step — keeping the four-place version and zero-padded macro in sync across five files — is covered only by a warning rather than an explicit verify checkpoint with a fix-and-retry loop, which the rubric calls for in batch/sync operations.

2 / 3

Progressive Disclosure

An under-50-line skill with well-organized numbered sections that delegates branching and per-PR CHANGELOG rules to one-level-deep sibling-skill wiki-links ([[sqlitecpp-workflow]], [[sqlitecpp-git-branching]]), keeping this file focused; the level below would inline content that belongs elsewhere.

3 / 3

Total

11

/

12

Passed

Description

100%Weight 40%Scale 1-3

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A tight, third-person description that names concrete release actions and pairs them with an explicit trigger clause. It scores maximally on every dimension with no fluff or over-claims.

DimensionReasoningScore

Specificity

Lists four concrete actions — "bump the version across all files, finalize the CHANGELOG, open the Release PR, and tag" — matching the multiple-specific-actions anchor rather than the names-domain-only level below.

3 / 3

Completeness

Explicitly answers both what (the four release actions) and when (a "Use when..." trigger clause), satisfying the both-what-and-when anchor; the level below requires the when to be missing or only implied.

3 / 3

Trigger Term Quality

"Use when cutting a new release, bumping the project version, or tagging" gives natural phrases a user would say, with good coverage rather than a single generic keyword.

3 / 3

Distinctiveness Conflict Risk

Targets a narrow SQLiteCpp-release niche with distinct release-cutting triggers, so it is unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

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
SRombauts/SQLiteCpp
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.