CtrlK
BlogDocsLog inGet started
Tessl Logo

conductor-status

Display project status, active tracks, and next actions

38

Quality

36%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/conductor-status/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

39%

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

The skill provides a thorough specification for displaying project status but suffers from extreme verbosity—the output format templates alone consume the majority of the document and could be dramatically condensed or externalized. The workflow structure is solid with good pre-flight checks and error handling, but the content would benefit greatly from splitting output templates into reference files and trimming explanations of trivial logic.

Suggestions

Move the detailed output format templates (full status, single track, error states, JSON, quick mode) into a separate reference file like `resources/output-formats.md` and reference it from the main skill.

Remove or drastically condense the 'Calculation Logic' section—Claude doesn't need pseudocode for counting regex matches or building a progress bar string.

Remove boilerplate sections ('Use this skill when', 'Do not use this skill when', 'Limitations') that provide no actionable guidance beyond what the skill title and description already convey.

Replace the vague instruction 'Apply relevant best practices and validate outcomes' with specific validation steps or remove it entirely.

DimensionReasoningScore

Conciseness

The skill is extremely verbose at ~200+ lines. It includes boilerplate sections ('Use this skill when', 'Do not use this skill when', 'Limitations') that add no value, and exhaustively spells out output templates that Claude could generate from a brief specification. The calculation logic for progress bars and task counting explains trivial operations Claude already knows.

1 / 3

Actionability

The skill provides concrete file paths, parsing patterns (regex for task counting), and specific output formats, which is good. However, there's no executable code—the 'Calculation Logic' section uses pseudocode, and the instructions rely on Claude reading markdown files without specifying exact tool calls or commands to use.

2 / 3

Workflow Clarity

The workflow is clearly sequenced: pre-flight checks → data collection (4 numbered steps) → output formatting, with error states well-defined. The pre-flight checks serve as validation gates, and the data collection steps are logically ordered with clear file paths and extraction targets.

3 / 3

Progressive Disclosure

This is a monolithic wall of text with everything inlined. The extensive output format templates (full project status, single track status, error states, JSON output, quick mode) should be in separate reference files. There's a single reference to 'resources/implementation-playbook.md' but no bundle files exist to support it, and the bulk of content that could be externalized remains inline.

1 / 3

Total

7

/

12

Passed

Description

32%

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 provides a basic sense of what the skill does but is too terse and lacks explicit trigger guidance. The terms used are somewhat specific to project tracking but could overlap with other project management skills, and the absence of a 'Use when...' clause significantly weakens its utility for skill selection.

Suggestions

Add a 'Use when...' clause with explicit triggers, e.g., 'Use when the user asks about project status, progress, what's next, current tasks, or wants an overview of active work.'

Clarify ambiguous terms like 'active tracks'—specify whether these are workstreams, branches, task categories, etc.

Include natural language variations users might say, such as 'progress update', 'what am I working on', 'task overview', or 'project summary'.

DimensionReasoningScore

Specificity

Names some actions ('display project status', 'active tracks', 'next actions') but these are somewhat vague—it's unclear what 'tracks' means or what format the display takes. It lists domain-relevant terms but lacks concrete detail about how it operates.

2 / 3

Completeness

Describes what it does (display project status, tracks, next actions) but completely lacks a 'Use when...' clause or any explicit trigger guidance for when Claude should select this skill. Per rubric guidelines, missing 'Use when' caps completeness at 2, and the 'what' is also weak, so this scores a 1.

1 / 3

Trigger Term Quality

Includes some relevant keywords like 'project status', 'active tracks', and 'next actions' that users might say, but misses common variations like 'progress', 'dashboard', 'task list', 'what's next', 'overview', or 'summary'.

2 / 3

Distinctiveness Conflict Risk

The combination of 'project status', 'active tracks', and 'next actions' provides some specificity, but 'project status' is generic enough to overlap with project management, reporting, or dashboard skills. The term 'tracks' is ambiguous.

2 / 3

Total

7

/

12

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

10

/

11

Passed

Repository
sickn33/antigravity-awesome-skills
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.