CtrlK
BlogDocsLog inGet started
Tessl Logo

quadrants

Manage Quadrants tasks and projects via natural language. Use when the user wants to create, view, complete, or organize tasks on the Eisenhower Matrix. Supports listing projects, adding tasks (single or bulk), viewing priority tasks, completing tasks, and getting project overviews. Triggers on mentions of "quadrants", "tasks", "to-do", "eisenhower", "priority matrix", or task management requests.

73

Quality

90%

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

80%

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

A tight, actionable API reference that assumes Claude's competence and stays token-efficient. Its weak spots are the absence of validation steps around destructive/batch operations and bundle files that exist but are not surfaced from the body.

Suggestions

Add a verification checkpoint after destructive/batch actions (e.g., re-fetch with `tasks`/`overview` to confirm a create/complete/delete took effect), which would lift workflow_clarity to 3.

Link the existing bundle files from the body — e.g. 'See [setup-guide.md](references/setup-guide.md) for credential setup' and 'CLI wrapper: [quadrants-cli.sh](scripts/quadrants-cli.sh)' — so progressive disclosure is one level deep and clearly signaled.

Consider moving the Actions Reference table into a references file and keeping only the curl template plus a pointer in SKILL.md to reduce inline weight.

DimensionReasoningScore

Conciseness

Lean table-driven reference (actions, quadrant mapping, NL→action mapping, inference rules) with no padding or explanation of concepts Claude already knows; every section earns its tokens.

3 / 3

Actionability

Gives an executable curl template, a parameter-complete action table, and a concrete copy-paste bulk-create JSON payload, rather than pseudocode or abstract direction.

3 / 3

Workflow Clarity

The single POST endpoint is unambiguous, but destructive (delete, complete) and batch (bulk-create) operations lack any validation or verification checkpoint, which caps this at 2 per the rubric note.

2 / 3

Progressive Disclosure

Sections are well organized, but bundle files (references/setup-guide.md, scripts/quadrants-cli.sh) exist yet are never linked or signaled from the body, and the inline API reference is content that could live in a separate file.

2 / 3

Total

10

/

12

Passed

Description

100%

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 strong, third-person description that states concrete capabilities and gives explicit trigger guidance with natural user phrasings. It cleanly answers both what the skill does and when to invoke it.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "create, view, complete, or organize tasks" and "listing projects, adding tasks (single or bulk), viewing priority tasks, completing tasks, and getting project overviews" — matching the multiple-specific-actions anchor, not the partial domain-only level below.

3 / 3

Completeness

Both halves are explicit: the 'what' (manage tasks on the Eisenhower matrix with enumerated capabilities) and the 'when' (a 'Use when...' clause plus a 'Triggers on...' clause), so it is not capped at 2 for a missing trigger clause.

3 / 3

Trigger Term Quality

"Triggers on mentions of 'quadrants', 'tasks', 'to-do', 'eisenhower', 'priority matrix', or task management requests" covers natural phrasings a user would actually say, rather than only technical jargon.

3 / 3

Distinctiveness Conflict Risk

Distinctive triggers like 'quadrants', 'eisenhower', and 'priority matrix' carve a clear niche unlikely to collide with other skills, rather than the overlapping level below.

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
wanikua/danghuangshang
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.