CtrlK
BlogDocsLog inGet started
Tessl Logo

context-state-tracker

State persistence across autonomous coding sessions. Use when saving progress, loading context, managing feature lists, tracking git history, or restoring session state.

65

Quality

79%

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/context-state-tracker/SKILL.md

The canonical home for this skill is context-state-tracker in fernandezbaptiste/Skrillz

SKILL.md
Quality
Evals
Security

Quality

Content

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

A well-organized, actionable body with executable examples and a clear session workflow. The main gaps are missing error-recovery feedback in the workflow and inlined detail that the existing reference files could carry.

Suggestions

Add an explicit feedback loop to the Workflow: when 'Verify feature passes' fails, show the fix-and-re-verify path before updating feature_list.json.

Move the full feature_list.json schema and claude-progress.txt example into references/STATE-ARTIFACTS.md, keeping only a minimal inline snippet in SKILL.md.

Add a workflow guard reinforcing that features must never be deleted (only false→true), since Key Rule 2 marks deletion as CATASTROPHIC but the workflow does not protect against it.

DimensionReasoningScore

Conciseness

Lean with no over-explanation of concepts Claude already knows, though the large ASCII workflow diagram and inlined artifact-format examples could be trimmed given the existing reference files.

4 / 5

Actionability

Provides executable, copy-paste-ready Python referencing real scripts, with only minor gaps such as an undefined `project_dir` and missing constructor/import setup.

4 / 5

Workflow Clarity

Clear SESSION START/WORK/END sequence with a 'Verify feature passes' checkpoint, but lacks an explicit feedback loop for failed verification and no workflow guard around the 'CATASTROPHIC' no-delete rule.

4 / 5

Progressive Disclosure

Clear overview with well-signaled one-level-deep References and Scripts sections backed by real bundle files, though full artifact-format examples are inlined instead of deferred to the reference files.

4 / 5

Total

16

/

20

Passed

Description

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

A strong, well-structured description that clearly states the capability and provides an explicit, concrete 'Use when' trigger clause. Minor gains are available in specificity and trigger-term synonyms.

DimensionReasoningScore

Specificity

Names the domain and lists several concrete actions (saving progress, loading context, managing feature lists, tracking git history, restoring session state), but the 'what' is a noun phrase rather than comprehensive capability verbs.

4 / 5

Completeness

Explicitly answers both 'what' (state persistence across autonomous coding sessions) and 'when' (Use when saving progress, loading context, ...) with concrete trigger phrases, matching the anchor-5 structure.

5 / 5

Trigger Term Quality

The 'Use when' clause covers natural phrases users would say, but lacks synonyms or file extensions (e.g., '.json', 'session log') that would round out coverage.

4 / 5

Distinctiveness Conflict Risk

Occupies a distinct niche (autonomous coding session state) with specific triggers, with only minor overlap risk against a generic progress-tracker skill.

4 / 5

Total

17

/

20

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

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
fernandezbaptiste/Skrillz
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.