CtrlK
BlogDocsLog inGet started
Tessl Logo

trail-sense-database-persistence

Add Trail Sense Room persistence for a model, including entity mapping, DAO, repository, AppDatabase migration, and tool registration.

66

Quality

78%

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 ./.agents/skills/trail-sense-database-persistence/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

90%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 strong, executable skill with lean code templates and a well-checkpointed workflow; its main gaps are the absence of an explicit validation retry loop and the lack of progressive disclosure into separate reference files.

Suggestions

Add an explicit validate-fix-retry loop around the migration step (e.g. run build, on failure review the SQL vs entity columns, fix, re-run) to lift workflow clarity.

Consider moving the SQL Type Reference and Type Mapping tables into a separate reference file linked from the body to improve progressive disclosure.

Add a mid-process validation checkpoint after the AppDatabase migration so schema mismatches are caught before the repository is built.

DimensionReasoningScore

Conciseness

Lean, code-template-driven content with task-specific reference tables (Type Mapping, SQL Type Reference) and no padding explaining basic concepts Claude already knows.

5 / 5

Actionability

Provides copy-paste-ready Kotlin templates for Entity, DAO, AppDatabase updates, Repository, and ToolRegistration with clearly marked placeholders covering the common CRUD and query cases.

5 / 5

Workflow Clarity

Seven sequenced steps each with an explicit 'This step is complete when...' checkpoint plus a final build/test validation step, but it lacks an explicit validate-fix-retry feedback loop for the database migration.

4 / 5

Progressive Disclosure

Well-organized into clear sections (File Locations, Workflow, Entity, DAO, AppDatabase, Repository, SQL Reference) with no bundle files and all content inline; structure is good though monolithic rather than split across reference files.

4 / 5

Total

18

/

20

Passed

Description

67%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 enumerating the persistence sub-tasks, but it lacks an explicit 'when to use' trigger clause and leans on technical jargon over natural user phrasing.

Suggestions

Add a 'Use when...' clause naming natural triggers, e.g. 'Use when adding Room database persistence for a Trail Sense model.'

Include user-facing synonyms like 'save' or 'store' alongside the technical terms (DAO, entity mapping) to improve trigger term quality.

Keep the concrete action list but pair it with the trigger guidance so both 'what' and 'when' are explicit.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'entity mapping, DAO, repository, AppDatabase migration, and tool registration' — giving comprehensive coverage of the task's components.

5 / 5

Completeness

Clearly states what the skill does but provides no 'Use when...' trigger clause, so per the rubric guideline completeness is capped at 3.

3 / 5

Trigger Term Quality

Contains relevant keywords like 'Room persistence' and 'database' (via AppDatabase) but leans toward implementation jargon (DAO, entity mapping) and omits natural synonyms a user might say like 'save' or 'store'.

3 / 5

Distinctiveness Conflict Risk

The 'Trail Sense Room persistence' niche is highly specific with distinct triggers and minimal overlap risk with 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
kylecorry31/Trail-Sense
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.