CtrlK
BlogDocsLog inGet started
Tessl Logo

task-prioritize

Reprioritize a devflow task — move between priority folders (P0-P4) and update frontmatter.

58

Quality

66%

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 ./devflow-plugin/skills/task-prioritize/SKILL.md

The canonical home for this skill is task-prioritize in AndreJorgeLopes/devflow

SKILL.md
Quality
Evals
Security

Quality

Content

80%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 concise and actionable with clean section structure, but its destructive mv-based workflow lacks validation checkpoints. Adding a verify/confirm step before and after the move would raise workflow clarity.

Suggestions

Add a validation step before moving, e.g. confirm the source file exists and capture its current priority folder so the old priority is known for the mv command.

Add a verification step after the move, e.g. `ls tasks/<NEW_PRIORITY>/<TASK_ID>.md` to confirm the task landed correctly and report the change.

Make step 1 explicitly surface the current priority (the source folder) so the mv in step 3 uses a concrete value instead of the unresolved <OLD_PRIORITY> placeholder.

DimensionReasoningScore

Conciseness

Lean and efficient with no concept over-explanation; every section (Inputs, Steps, Important) earns its place and assumes Claude's competence.

5 / 5

Actionability

Provides concrete executable commands (find, mkdir, mv) and an exact frontmatter edit, but never shows how to derive the old priority before the move, leaving a minor execution gap.

4 / 5

Workflow Clarity

Steps 1-4 are clearly sequenced, but this destructive file-move (mv) lacks any validation/verification checkpoint, which caps workflow_clarity at 3 per the destructive-operation rule.

3 / 5

Progressive Disclosure

A simple, well-organized single-purpose skill under 50 lines with no bundle files; section structure is clear and no nested references exist.

5 / 5

Total

17

/

20

Passed

Description

53%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 is specific and occupies a clear niche, but it omits any 'Use when' trigger guidance and has thin trigger-term coverage. Adding explicit usage triggers would lift both completeness and trigger_term_quality.

Suggestions

Add a 'Use when...' clause naming concrete user triggers, e.g. 'Use when changing a task's priority or moving a task between P0-P4 folders.'

Include natural-language synonyms users might say, such as 'change priority', 'move task to P2', or 'set task priority'.

Consider listing the concrete action of reading/updating the task's current priority alongside the folder move to round out specificity.

DimensionReasoningScore

Specificity

Names the domain (devflow tasks) and two concrete actions ('move between priority folders (P0-P4)' and 'update frontmatter'), but coverage is not comprehensive enough for a 4.

3 / 5

Completeness

Provides a clear 'what' (reprioritize via folder move + frontmatter update) but includes no 'Use when...' trigger clause, which caps completeness at 3 per the guidelines.

3 / 5

Trigger Term Quality

Has relevant keywords ('reprioritize', 'priority', 'P0-P4') but is missing common natural user phrasings and synonyms like 'change task priority' or 'move task to P2'.

3 / 5

Distinctiveness Conflict Risk

Occupies a specific niche (devflow task prioritization across P0-P4 folders) with minor overlap risk only against closely related devflow task skills.

4 / 5

Total

13

/

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