CtrlK
BlogDocsLog inGet started
Tessl Logo

trellis-continue

Resume work on the current task. Loads the workflow Phase Index, figures out which phase/step to pick up at, then pulls the step-level detail via get_context.py --mode phase. Use when coming back to an in-progress task and you need to know what to do next.

80

Quality

100%

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

SKILL.md
Quality
Evals
Security

Quality

Content

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

A concise, actionable resume/routing skill body: executable commands, a clear status-based decision table, and well-signaled deferral of canonical detail to workflow.md. No bundle files are present to verify, but the in-body structure and single reference are well organized.

DimensionReasoningScore

Conciseness

The body is lean: it provides commands and a routing table without explaining concepts Claude already knows, so every token earns its place rather than the padded score-1 style.

3 / 3

Actionability

Gives fully executable commands (e.g. 'python3 ./.trellis/scripts/get_context.py --mode phase --step <X.X> --platform kiro') plus a concrete status/artifact routing table, matching the copy-paste-ready score-3 anchor.

3 / 3

Workflow Clarity

A clear 4-step sequence with an explicit decision-tree checklist (status + artifact presence) and gating checkpoints ('only run task.py start after user confirms') exceeds the mere list-without-checkpoints score-2 anchor; the task is navigational, not destructive, so no validation cap applies.

3 / 3

Progressive Disclosure

The body is an entry point that keeps only routing logic inline and defers full detail to the one-level reference '.trellis/workflow.md', clearly signaled in a Reference section, rather than a monolithic wall or nested references.

3 / 3

Total

12

/

12

Passed

Description

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

A strong, third-person description that states concrete resume-work actions and pairs them with an explicit natural-language trigger. It cleanly answers both what and when with minimal fluff.

DimensionReasoningScore

Specificity

Lists multiple concrete actions ('Loads the workflow Phase Index', 'figures out which phase/step to pick up at', 'pulls the step-level detail via get_context.py --mode phase') in third person, matching the score-3 anchor rather than the domain-only score-2 example.

3 / 3

Completeness

Explicitly answers both what (load/figure/pull step detail) and when ('Use when coming back to an in-progress task and you need to know what to do next'), so it is not capped at 2 for a missing trigger clause.

3 / 3

Trigger Term Quality

Includes natural user phrasing ('Resume work on the current task', 'coming back to an in-progress task', 'need to know what to do next') that a user would plausibly say, giving good coverage rather than the partial keyword set of score 2.

3 / 3

Distinctiveness Conflict Risk

Targets a clear Trellis-specific niche (Phase Index, get_context.py) with distinct triggers unlikely to fire for unrelated skills, rather than the overlapping generic anchors at lower levels.

3 / 3

Total

12

/

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
EcoPasteHub/EcoPaste
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.