CtrlK
BlogDocsLog inGet started
Tessl Logo

task-complete

Mark a devflow task as done — update status, move to done/ folder, and retain learnings.

65

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

87%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The content is concise and actionable with concrete commands and a clear step sequence, but the destructive file-move lacks a validation checkpoint and the base path is hardcoded to one user's machine. Adding a post-move verification step and parameterizing the path would push it higher.

Suggestions

Add a verification step after the move (e.g., confirm the file exists in done/ and no longer in the priority folder) to satisfy the destructive-operation feedback-loop requirement.

Parameterize the hardcoded /Users/andrejorgelopes/dev/devflow/tasks path (or derive it from a configured tasks root) so the commands are portable and copy-paste ready in other environments.

DimensionReasoningScore

Conciseness

The body is lean — it jumps into inputs, numbered steps, and code blocks without explaining concepts Claude already knows, and every section earns its place; the single restated intro line is minor and does not rise to the verbose anchor.

3 / 3

Actionability

Provides concrete, executable commands (find, mv, mkdir), a specific frontmatter change, a retain() call, and a copy-paste report template; the hardcoded base path is a portability flaw but the guidance remains concrete and executable.

3 / 3

Workflow Clarity

The five steps are clearly sequenced, but the destructive mv operation has no validation or verification checkpoint (e.g., confirming the move succeeded or status was written), which caps workflow clarity at 2 for destructive operations.

2 / 3

Progressive Disclosure

A single, well-organized file with clear sections (Inputs, Steps, Important) and no need for external references, which meets the bar for well-organized simple skills.

3 / 3

Total

11

/

12

Passed

Description

67%

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 distinctive, naming concrete actions within a clear devflow niche, but it omits an explicit 'when to use' trigger clause and lacks common trigger-term variations. Adding a 'Use when...' sentence would lift completeness and trigger-term quality.

Suggestions

Append an explicit trigger clause, e.g. 'Use when completing, finishing, or closing a devflow task and moving it to done.'

Add common natural trigger terms ('complete', 'finish', 'close') alongside 'mark as done' so users' phrasing matches more reliably.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'update status, move to done/ folder, and retain learnings' — matching the anchor for enumerating specific concrete actions rather than vague language.

3 / 3

Completeness

It clearly states what the skill does but provides no 'Use when...' clause or equivalent explicit trigger guidance, which caps completeness at 2 per the judging guidelines.

2 / 3

Trigger Term Quality

'Mark a devflow task as done' is a natural phrase, but common variations a user might say ('complete', 'finish', 'close') are missing, so coverage is partial rather than comprehensive.

2 / 3

Distinctiveness Conflict Risk

The 'devflow task' qualifier carves out a clear niche with distinct triggers, making it unlikely to fire for unrelated skills.

3 / 3

Total

10

/

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
AndreJorgeLopes/devflow
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.