CtrlK
BlogDocsLog inGet started
Tessl Logo

load-context

Resume session from CONTEXT-llm.md. Use when resuming work, loading saved context, continuing a previous session. Triggers include "load context", "resume session", "continue where I left off".

60

Quality

73%

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 ./skills/agentic-harness/load-context/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

56%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 well-structured with a clearly sequenced workflow and genuine operational detail (parallel reads, filename mapping, done/ handling, an AskUserQuestion fallback loop). Its two real defects are the delegation of report formatting to a reference.md that is missing from the bundle, and redundancy — the AskUserQuestion guard and trigger phrases each appear twice.

Suggestions

Restore reference.md (or a references/reference.md) to the bundle, or inline the essential report-formatting rules into SKILL.md — currently Phase 3, the skill's core deliverable, points to a file that does not exist.

Deduplicate the AskUserQuestion guidance: keep the detailed guard procedure in one place and have the anti-pattern bullet reference it in a single line rather than restating the rationale.

Replace the pseudo-bash comment blocks in Usage Examples with the actual commands/sequences (or trim the section), and drop the repetition of frontmatter trigger phrases in "When to Use".

DimensionReasoningScore

Conciseness

The body is mostly operational and free of concept explanations Claude already knows, but it could be tightened: the AskUserQuestion guard is stated in full twice ("⚠️ AskUserQuestion Guard" section and again as an anti-pattern), the frontmatter trigger phrases are repeated in "When to Use", and the ~20-line Usage Examples section contains only non-executable comments. This fits the mostly-efficient-but-could-be-tightened anchor at 3 rather than the minor-trims anchor at 4.

3 / 5

Actionability

Phase 1 includes a real, executable command ("rtk ls -t .context/session/CONTEXT-*llm.md ...") and the filename mapping rule is concrete, but Phase 3 — the skill's core deliverable — delegates all report formatting to "See reference.md", and reference.md does not exist in the bundle. Missing key execution details for the main output fits anchor 3 rather than the minor-gaps anchor at 4.

3 / 5

Workflow Clarity

Three phases are clearly sequenced (Detect & Read → Expand Resources → Format Report) with an explicit checkpoint: the empty-AskUserQuestion check with a fallback to a numbered text list and wait. It is not a 5 because validation steps are not fully explicit in the flow — the anti-pattern demands verifying session_id after load, yet no workflow step performs that check, and file-not-found recovery is only a brief mention of the done/ subfolder.

4 / 5

Progressive Disclosure

Sections are well-organized and the single reference is clearly signaled in two places (Phase 3 and a References section), but the sole referenced file, reference.md, does not exist in the bundle (no references/ directory, no reference.md at skill root), so navigation dead-ends exactly where the detailed rules live. A clearly signaled but broken pointer is more than a minor organization gap, placing this at anchor 3 rather than 4.

3 / 5

Total

13

/

20

Passed

Description

90%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 description: third-person, concise, with an explicit when-clause and quoted natural trigger phrases that clearly distinguish it from other skills. The only weakness is that the "what" is thin — it names the resume action but not the deliverables (resume report, optional --full resource expansion).

DimensionReasoningScore

Specificity

"Resume session from CONTEXT-llm.md" names one concrete action tied to a specific artifact, but does not enumerate what the skill actually produces (resume report, --full resource expansion). This matches the anchor for 1-2 concrete actions without comprehensive coverage; score 4 would require several specific actions listed.

3 / 5

Completeness

It explicitly answers both what ("Resume session from CONTEXT-llm.md") and when ("Use when resuming work, loading saved context, continuing a previous session. Triggers include...") with concrete trigger phrases. The when-clause is fully explicit with quoted triggers, matching the top anchor rather than the could-be-more-explicit anchor at 4.

5 / 5

Trigger Term Quality

The description includes comprehensive natural trigger phrasing — "load context", "resume session", "continue where I left off", plus synonyms "resuming work" and "loading saved context" — exactly the phrases a user would say. No common variations are obviously missing, so it fits the comprehensive-coverage anchor rather than the good-coverage-with-gaps anchor at 4.

5 / 5

Distinctiveness Conflict Risk

The skill occupies a clear niche — resuming sessions from CONTEXT-llm.md snapshot files — with trigger phrases unlikely to match unrelated skills. Minimal conflict risk, matching the distinct-triggers anchor at 5 rather than the minor-overlap anchor at 4.

5 / 5

Total

18

/

20

Passed

Validation

81%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

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

Warning

relative_links

Relative link issues: 1 missing

Warning

Total

13

/

16

Passed

Repository
pantheon-org/tekhne
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.