CtrlK
BlogDocsLog inGet started
Tessl Logo

conductor-status

Display project status, active tracks, and next actions

44

Quality

46%

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/conductor-status/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

62%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 content is well-structured and actionable, giving Claude concrete files, parsing rules, and output formats with clear pre-flight validation. Its main weakness is progressive disclosure: bulky output templates and calculation logic are inlined rather than split into bundled reference files.

Suggestions

Move the full status and single-track output templates into a bundled file (e.g. references/output-templates.md) and reference it from SKILL.md to reduce token cost.

Add an explicit retry/feedback step for malformed plan.md or metadata.json parsing rather than only erroring on missing files.

Tighten the calculation-logic section by linking to a scripts helper for task counting and progress-bar rendering if a scripts bundle is appropriate.

DimensionReasoningScore

Conciseness

The body is mostly efficient with concrete file paths and output templates, but the large fixed-width status output blocks (full and single-track) are long and could be tightened or moved to a bundled reference file.

3 / 5

Actionability

Guidance is mostly executable: it specifies exact files to read (conductor/product.md, tracks/{trackId}/plan.md), regex patterns for task counting, and progress-bar formulas with only minor gaps around how metadata.json and spec.md are parsed.

4 / 5

Workflow Clarity

A clear sequenced workflow (pre-flight checks -> data collection -> output) with validation at init, and error states for missing files and unknown tracks; minor gaps since there is no explicit retry/feedback loop for malformed parses.

4 / 5

Progressive Disclosure

Sections are organized but the sizable output templates and calculation logic are all inlined in SKILL.md with no references to separate files, and there are no bundle files to offload detail to.

3 / 5

Total

14

/

20

Passed

Description

30%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 states what the skill does in minimal terms but provides no 'when to use' guidance or natural trigger phrases, leaving it incomplete and weak on trigger terms. It is moderately distinct due to the Conductor-specific vocabulary.

Suggestions

Add an explicit 'Use when...' clause naming natural user phrases such as 'check Conductor progress', 'show track status', or 'what should I work on next'.

Expand the 'what' with concrete actions, e.g. 'Display project progress, track completion counts, current focus task, blockers, and suggested next actions'.

Include common trigger synonyms (project status, progress, track overview) so the description matches what users actually say.

DimensionReasoningScore

Specificity

The phrase 'Display project status, active tracks, and next actions' names the domain (project status) and one concrete action ('Display'), but the actions are minimal and generic with no enumeration of what the display entails.

2 / 5

Completeness

It has a vague 'what' (display project status) but entirely lacks any 'when' guidance; the missing explicit trigger clause caps completeness well below the midpoint.

2 / 5

Trigger Term Quality

Only generic terms like 'project status', 'active tracks', and 'next actions' appear; there is no 'Use when...' clause and no natural trigger phrase a user would say, so common variations are missing.

2 / 5

Distinctiveness Conflict Risk

'Conductor' and project/tracks/next-actions terminology is somewhat specific, but 'project status' is broad and could overlap with other status or planning skills.

3 / 5

Total

9

/

20

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

metadata_version

'metadata.version' is missing

Warning

Total

15

/

16

Passed

Repository
rmyndharis/antigravity-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.