CtrlK
BlogDocsLog inGet started
Tessl Logo

daily-task-manager

Task lifecycle management. Add, complete, defer, remove, and review tasks. Maintains a running task list as a brain page.

57

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 ./skills/daily-task-manager/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

72%

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 well-organized with a clear lifecycle and output format, but its action steps and workflow lack the executable detail and validation checkpoints needed for full marks. Fleshing out the lifecycle action examples and adding a verify step would raise the actionability and workflow-clarity dimensions.

Suggestions

Show a fully populated example task entry for each lifecycle state (added, deferred-with-reason, completed-with-date) so the action steps are copy-paste ready.

Add a validation checkpoint after save (e.g., re-read ops/tasks and confirm the change landed) since the skill mutates a shared brain page.

Specify what an 'add timeline entry' call looks like (target command/fields) rather than leaving it as a bare instruction.

DimensionReasoningScore

Conciseness

The body is lean and assumes competence — Contract, Phases, Output Format, and Anti-Patterns each earn their place with no re-explanation of concepts Claude already knows.

3 / 3

Actionability

It provides concrete commands ('gbrain get ops/tasks', 'gbrain put ops/tasks') and a copy-paste output template, but action steps like 'Add timeline entry' and 'carry forward with reason' lack the executable detail needed for level 3.

2 / 3

Workflow Clarity

The Load → Execute → Save sequence is clear, but there are no validation checkpoints for the mutating put_page operation; per the guidelines, missing verification for destructive/batch operations caps this at 2.

2 / 3

Progressive Disclosure

The skill is under 50 lines with no need for external references, and its four well-organized sections satisfy the simple-skill allowance for a top progressive-disclosure score.

3 / 3

Total

10

/

12

Passed

Description

60%

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 action-oriented about task lifecycle management, but it lacks an explicit 'when to use' trigger clause and relies on somewhat generic 'task' terminology. Adding a 'Use when...' sentence with natural trigger phrases would lift the completeness and trigger-term dimensions.

Suggestions

Append a 'Use when...' clause naming natural trigger phrases (e.g., 'Use when adding, completing, deferring, or reviewing tasks, or when the user asks for their task list').

Sharpen distinctiveness by referencing the brain-page storage model explicitly in the trigger guidance so it does not read as a generic to-do helper.

DimensionReasoningScore

Specificity

The description lists five concrete actions — 'Add, complete, defer, remove, and review tasks' — matching the multiple-specific-actions anchor rather than the partial coverage of level 2.

3 / 3

Completeness

It clearly states what the skill does, but never states when Claude should use it; per the guidelines, a missing 'Use when...' clause caps completeness at 2.

2 / 3

Trigger Term Quality

It surfaces relevant action words ('add', 'complete', 'defer', 'task list') but omits a natural 'Use when...' phrasing and common variations a user would actually say, so it does not reach full coverage.

2 / 3

Distinctiveness Conflict Risk

The task-lifecycle / brain-page framing is somewhat specific, yet 'tasks' is generic enough to overlap with other productivity skills, so it is not a clearly distinct niche.

2 / 3

Total

9

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
garrytan/gbrain
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.