CtrlK
BlogDocsLog inGet started
Tessl Logo

sqlitecpp-git-branching

SQLiteCpp branch naming and creation rules for starting tasks, issues, or features.

61

Quality

71%

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

Fix and improve this skill with Tessl

tessl review fix ./.claude/skills/sqlitecpp-git-branching/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

85%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.

The content is concise, well-structured, and clearly sequenced for a simple branching skill, with concrete naming patterns. Its main gap is the missing executable git command for actually creating a branch.

Suggestions

Provide the concrete creation command, e.g. `git checkout -b 123-fix-short-description master` or `git switch -c 123-fix-short-description master`, so guidance is copy-paste ready.

Clarify the 'wrong branch' check by stating the expected outcome (e.g. confirm clean working tree before branching).

DimensionReasoningScore

Conciseness

The body is lean and rule-driven with no padding or explanation of git concepts Claude already knows; every line earns its place.

3 / 3

Actionability

Branch naming patterns and examples (e.g. `123-fix-short-description`) are concrete, but the actual branch-creation command (e.g. `git checkout -b`) is never given, leaving a key detail missing.

2 / 3

Workflow Clarity

For this simple single-task skill the sequence (check `git status`, then create a branch from `master`) is unambiguous and well-organized, satisfying the simple-skill allowance.

3 / 3

Progressive Disclosure

Under 50 lines with no external bundle files needed; sections are clearly organized and the only links are one-level memory references, meeting the simple-skill criterion.

3 / 3

Total

11

/

12

Passed

Description

57%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.

The description is specific to the SQLiteCpp niche and identifies the core task, but it lacks an explicit trigger clause and broader natural keyword coverage. It reads as a clear what statement with only an implied when.

Suggestions

Add an explicit 'Use when...' clause, e.g. 'Use when starting a task, issue, or feature that needs its own Git branch in the SQLiteCpp repo.'

Broaden trigger terms to include phrasings users naturally say, such as 'new branch', 'create a branch', or 'GitHub issue'.

DimensionReasoningScore

Specificity

"branch naming and creation rules" names the domain and two concrete actions, but does not enumerate multiple distinct capabilities to reach the top anchor.

2 / 3

Completeness

It states what (branch naming/creation rules) and a loose when ("for starting tasks, issues, or features"), but lacks an explicit "Use when..." clause, which caps completeness at 2 per the guideline.

2 / 3

Trigger Term Quality

"starting tasks, issues, or features" supplies relevant natural keywords, but misses common variations like "new branch", "git branch", or an explicit "Use when" trigger phrasing.

2 / 3

Distinctiveness Conflict Risk

The "SQLiteCpp" qualifier carves a clear, narrow niche with distinct triggers, making conflict with unrelated skills unlikely.

3 / 3

Total

9

/

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.