CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-automation-smart-agent

Agent skill for automation-smart-agent - invoke with $agent-automation-smart-agent

41

1.07x
Quality

10%

Does it follow best practices?

Impact

99%

1.07x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./.agents/skills/agent-automation-smart-agent/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

20%

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

The body is a verbose conceptual overview of an agent-coordination system rather than actionable guidance: it spends most of its tokens on ideas Claude already knows and uses illustrative pseudocode instead of executable instructions. It has section organization but no progressive disclosure to bundle files.

Suggestions

Replace the illustrative pseudocode blocks with real, executable code or concrete commands, or remove them in favor of specific, copy-paste-ready guidance.

Trim conceptual padding (Intelligence Features, Machine Learning Integration, Advanced Features) that Claude already knows, keeping only novel, actionable instruction.

Add a concrete sequenced workflow with validation checkpoints and a validate-fix-retry feedback loop for batch agent-spawning operations.

DimensionReasoningScore

Conciseness

The ~200-line body pads concepts Claude already knows (ML integration, intelligence features, generic best practices) with bullet-point architecture description, matching the verbose / explains-known-concepts anchor.

1 / 3

Actionability

The ```javascript and ```python blocks are illustrative text ('Task: ... Automated Response: ...', 'Input: ... Model: ... Output: ...') rather than executable code, so it describes instead of instructing (score-1 anchor).

1 / 3

Workflow Clarity

A recognizable sequence exists (task analysis -> capability matching -> agent creation -> learning), but there are no validation checkpoints or error-recovery feedback loops, which caps batch-spawning workflows at 2.

2 / 3

Progressive Disclosure

Section headers provide structure, but it is a monolithic ~200-line document with no external-file references (none of references/scripts/assets exist) and inline content that could be split out.

2 / 3

Total

6

/

12

Passed

Description

0%

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 frontmatter description is an auto-generated placeholder that fails to convey what the skill does or when to invoke it, scoring at the floor on every dimension. It relies on an invocation token in place of natural trigger language.

Suggestions

Replace the template placeholder with concrete actions the skill performs (e.g., 'Analyzes task requirements and dynamically spawns agents with matched capabilities').

Add an explicit 'Use when...' clause with natural-language trigger terms a user would actually say (e.g., 'Use when coordinating multiple agents, distributing workload, or matching tasks to specialist agents').

Drop the raw invocation token from the description and instead phrase triggers in third person using vocabulary users naturally employ.

DimensionReasoningScore

Specificity

The description 'Agent skill for automation-smart-agent - invoke with $agent-automation-smart-agent' names a domain but lists no concrete actions at all, making it even vaguer than the 'Helps with documents' anchor.

1 / 3

Completeness

It states neither what the skill concretely does nor when to use it; there is no 'Use when...' clause, so both what and when are very weak (score-1 anchor).

1 / 3

Trigger Term Quality

The only 'trigger' is the invocation token '$agent-automation-smart-agent', which is technical jargon a user would never naturally say, matching the score-1 anchor of no natural keywords.

1 / 3

Distinctiveness Conflict Risk

The generic template pattern 'Agent skill for X - invoke with $X' would collide with many similarly-named agent skills, matching the very-generic / high-conflict anchor.

1 / 3

Total

4

/

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
ruvnet/claude-flow
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.