CtrlK
BlogDocsLog inGet started
Tessl Logo

sqlitecpp-troubleshooting

Diagnose SQLiteCpp build, linker, compiler, and sqlite3 integration issues.

57

Quality

64%

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

Quality

Content

72%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 body is concise and well-organized as a short error-to-fix reference, but several fixes stop short of executable commands and no section includes a verify-rebuild checkpoint to confirm the issue is resolved.

Suggestions

Provide executable commands rather than named steps, e.g. `sudo apt install libsqlite3-dev` and an example CMake invocation using `-DSQLITECPP_INTERNAL_SQLITE=ON`.

Add an explicit verification step to each fix (e.g. "rebuild and confirm the linker/compiler error is gone") to close the workflow feedback loop.

Convert the diagnostic compiler guidance ("usually means a missing include") into concrete remediation steps such as which header to add or how to check the include path.

DimensionReasoningScore

Conciseness

The ~25-line body (e.g. "CMake option: `-DSQLITECPP_INTERNAL_SQLITE=ON`", "use `SQLITECPP_ASSERT()` instead") is lean with no concept exposition or padding, matching anchor 3 ("Lean and efficient; assumes Claude's competence; every token earns its place"); it is not anchor 2 because there is no unnecessary explanation to trim.

3 / 3

Actionability

Quotes: "Install `libsqlite3-dev`", "Rebuild sqlite3 with that flag", and "usually means a missing include" — concrete CMake flags and error codes are present, matching anchor 2 ("Some concrete guidance but incomplete... missing key details"); it falls short of anchor 3 because the install is named without an executable command and the compiler fixes are diagnostic rather than copy-paste ready.

2 / 3

Workflow Clarity

Sections are organized as error-type → cause → fix, but there is no verification checkpoint (e.g. "rebuild and confirm the error is resolved"), matching anchor 2 ("Steps listed but validation gaps; sequence present but checkpoints missing or implicit"); it is not anchor 3 because the validate→fix→retry feedback loop is absent.

2 / 3

Progressive Disclosure

The skill is under 50 lines with well-organized sections (compiler errors, linker errors, missing sqlite3, column metadata, destructors) and no external bundle files, so per the simple-skills guideline progressive disclosure scores 3 with just well-organized sections.

3 / 3

Total

10

/

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 and distinctively scoped to SQLiteCpp troubleshooting, but it lacks an explicit "Use when..." trigger clause and only offers a single action verb, which limits completeness and trigger-term coverage.

Suggestions

Add an explicit "Use when..." clause, e.g. "Use when the user hits SQLiteCpp build, linker, or compiler errors, or sqlite3 integration problems."

Include more natural user phrasings (e.g. "build error", "won't compile", "CMake") to broaden trigger-term coverage.

Expand beyond the single "Diagnose" verb to list concrete actions such as diagnose, fix, and rebuild to lift specificity.

DimensionReasoningScore

Specificity

Quotes: "Diagnose SQLiteCpp build, linker, compiler, and sqlite3 integration issues." It names the domain (SQLiteCpp) and four concrete issue categories, matching anchor 2 ("Names domain and some actions, but not comprehensive"); it stays below anchor 3 because only a single action verb ("Diagnose") is used rather than multiple distinct actions.

2 / 3

Completeness

Quotes: "Diagnose SQLiteCpp build, linker, compiler, and sqlite3 integration issues." It answers "what" clearly but has no "Use when..." clause or equivalent trigger guidance, so per the judging guideline completeness is capped at 2 ("Has what, but when is missing or only implied").

2 / 3

Trigger Term Quality

Quotes: "build, linker, compiler, and sqlite3 integration issues" — these are relevant terms a user might mention, matching anchor 2 ("Some relevant keywords but missing common variations"); it is not anchor 3 because natural phrasings like "won't compile", "build error", or "CMake" are absent.

2 / 3

Distinctiveness Conflict Risk

Quotes: "SQLiteCpp build, linker, compiler, and sqlite3 integration issues" — the SQLiteCpp + sqlite3 specificity carves a clear niche unlikely to trigger for unrelated skills, matching anchor 3 ("Clear niche with distinct triggers; unlikely to conflict").

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.