CtrlK
BlogDocsLog inGet started
Tessl Logo

task-progress

Use when executing a task (progress logging, plan updates), when resuming a task after session reset, or when managing task history. Covers progress log format, task-history.json, and resume flow.

76

Quality

93%

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

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

An efficient, highly actionable skill body that assumes Claude's competence and avoids padding. The only gap is a missing push-verification checkpoint in the progress-update workflow, which involves an overwrite operation.

Suggestions

Add a verification step after `mc mirror` (e.g., re-list the remote prefix or check the command's exit status) and a short error-recovery note, since `--overwrite` is a destructive batch operation.

State explicitly how to handle a failed or partial push (retry, log the failure in the progress entry) to close the validation gap in the resume/progress workflow.

DimensionReasoningScore

Conciseness

Lean body with concrete paths, commands, and templates; no explaining of concepts Claude already knows, and every section earns its place.

3 / 3

Actionability

Copy-paste-ready guidance throughout — exact file paths, an executable `mc mirror` command, a progress-log markdown template, a task-history.json schema, and specific files to read on resume.

3 / 3

Workflow Clarity

The resume flow is a clear numbered sequence with a fallback, but the primary progress-update workflow runs `mc mirror --overwrite` (a batch/overwrite operation) with no verification that the push succeeded or error-recovery loop, which caps clarity at 2 per the batch-operation guideline.

2 / 3

Progressive Disclosure

No bundle files exist, and none are needed; the body is cleanly split into four well-signaled sections (Gotchas, Progress Log, Task History, Resume Flow) with no nested references, giving easy navigation.

3 / 3

Total

11

/

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 tight, well-constructed description that states concrete capabilities, provides explicit 'Use when' triggers, and occupies a distinct niche. No fluff or over-claims.

DimensionReasoningScore

Specificity

Lists multiple concrete actions and artifacts — 'progress logging, plan updates', 'resuming a task after session reset', 'task-history.json' — rather than vague language.

3 / 3

Completeness

Explicitly answers both what ('Covers progress log format, task-history.json, and resume flow') and when (a 'Use when...' clause listing three concrete triggers).

3 / 3

Trigger Term Quality

Natural trigger phrases a user or coordinator would actually say — 'executing a task', 'resuming a task after session reset', 'managing task history' — with good variation coverage.

3 / 3

Distinctiveness Conflict Risk

Targets a clear niche (task progress/resume management) with specific artifacts and triggers unlikely to collide with other skills.

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
agentscope-ai/AgentTeams
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.