CtrlK
BlogDocsLog inGet started
Tessl Logo

continue-implementation

Continue implementing a spec from a previous session

52

Quality

58%

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 ./.opencode/skills/continue-implementation/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

67%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 well-structured, actionable workflow with concrete commands and an explicit feedback loop, though it carries some generic advice padding and the top-level task sequence lacks explicit per-step validation gates. Navigation and reference signaling are solid for a single-file skill.

DimensionReasoningScore

Conciseness

The body is mostly efficient with concrete commands, but generic platitudes like 'Handle edge cases and error conditions' and 'Write tests as you go' add padding that could be trimmed, fitting the 'mostly efficient but could be tightened' anchor.

3 / 5

Actionability

It provides concrete executable commands (git status, bun run test:run, bun run typecheck), specific conventions (#src/* alias, *.test.ts, loadFixture()), and real file paths, with only minor gaps keeping it below fully copy-paste-ready.

4 / 5

Workflow Clarity

Sequences are clear (numbered task list and an implement->test->fix->typecheck->lint->repeat loop with a feedback step), but the main task-list steps lack explicit validation checkpoints between them, so it sits below the explicit-validation anchor at 5.

4 / 5

Progressive Disclosure

Well-organized into clearly headed sections with one-level-deep, clearly signaled references to ARCHITECTURE.md and CODE_STYLE.md; at ~115 lines it is larger than the simple-skill case but structure and navigation are good with only minor organization gaps.

4 / 5

Total

15

/

20

Passed

Description

48%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 clearly identifies a niche (resuming a previously-started spec) but lacks explicit trigger guidance and concrete multi-action detail. It is readable and distinct yet minimal and generic in the action it names.

Suggestions

Add an explicit 'Use when...' clause stating when Claude should invoke this skill (e.g., resuming an unfinished feature across sessions).

List the concrete actions the skill performs (e.g., locate the spec, assess git/test state, plan remaining work) to lift specificity above a single generic verb.

Include natural trigger synonyms users might say such as 'resume', 'finish the feature', or 'pick up where we left off'.

DimensionReasoningScore

Specificity

The phrase 'Continue implementing a spec' names the domain and a single action but the action is generic and minimal, matching the 'names the domain but actions are minimal' anchor rather than the multi-action anchor at 3.

2 / 5

Completeness

It conveys a clear 'what' (continue implementing a spec) but provides no explicit 'Use when...' trigger clause, so per the missing-trigger-guidance rule completeness is capped at 3.

3 / 5

Trigger Term Quality

Terms like 'spec', 'implementing', and 'previous session' are natural things a user might say, but coverage lacks synonyms or common variations, fitting the 'some relevant keywords but missing common variations' anchor.

3 / 5

Distinctiveness Conflict Risk

The narrow niche of resuming a prior session's spec work is mostly distinct from other skills with only minor overlap risk against general implementation skills.

4 / 5

Total

12

/

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
LibPDF-js/core
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.