CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-workflow

Agent skill for workflow - invoke with $agent-workflow

51

2.43x
Quality

Does it follow best practices?

Impact

95%

2.43x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

50%

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 persona-style role prompt with a useful concrete toolkit of MCP calls, but it leans on abstract capability lists and lacks validation feedback loops in its workflow steps. It is also monolithic with no progressive disclosure, and contains a stray duplicate frontmatter block that should be removed.

Suggestions

Trim the buzzword-heavy responsibility/pattern/quality/feature lists to concrete, non-redundant instruction, and move the API toolkit into a separate reference file linked from a concise overview.

Add explicit validation checkpoints to the workflow design approach (e.g. validate workflow definition before execution, verify step status before proceeding) with a fix-and-retry loop for failed steps.

Replace placeholder values in the code examples ('workflow_id', 'task_id') with realistic inline examples or clearly marked template markers so guidance is copy-paste ready.

DimensionReasoningScore

Conciseness

The body is organized with headers and a concrete code toolkit, but it is padded with buzzword-heavy capability lists ('intelligent agent coordination', 'seamlessly integrate', 'maximize automation efficiency') and overlapping sections (responsibilities, patterns, quality standards, advanced features) that could be tightened; it does not, however, explain concepts Claude already knows.

2 / 3

Actionability

The toolkit section provides concrete, executable-looking MCP calls with real parameters, but most of the skill is abstract direction ('Design and create complex automated workflows', 'Optimize workflow efficiency') with placeholder values like 'workflow_id' and missing error-handling specifics, so guidance is incomplete rather than copy-paste ready.

2 / 3

Workflow Clarity

A 6-step 'workflow design approach' is sequenced, but it is a design methodology with no validation checkpoints or feedback loops; for potentially destructive workflow execution (e.g. deploy_prod), the absence of validate-then-proceed steps caps clarity at 2.

2 / 3

Progressive Disclosure

The skill is a single monolithic file with no references/ or other bundle files and no navigation pointers; it has clear section headers but content that could live in separate reference files (the API toolkit, patterns) is all inline, so it is not well split.

2 / 3

Total

8

/

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 essentially a placeholder: it states only that this is a workflow agent skill and how to invoke it, without naming capabilities, use-cases, or distinct triggers. It also coexists with a stray second frontmatter block in the body, indicating the file is malformed.

Suggestions

Rewrite the description to list concrete actions, e.g. 'Create, execute, and monitor event-driven workflows with trigger configuration, agent assignment, and message-queue coordination.'

Add an explicit 'Use when...' clause naming natural trigger phrases such as 'CI/CD pipelines', 'ETL pipelines', 'event-driven automation', or 'workflow orchestration'.

Remove the duplicate second frontmatter block in the body so there is a single, well-formed description.

DimensionReasoningScore

Specificity

The description 'Agent skill for workflow - invoke with $agent-workflow' names no concrete actions or even a clear domain; 'invoke with $agent-workflow' is an invocation instruction, not a capability, matching the vague/no-actions anchor.

1 / 3

Completeness

It weakly gestures at 'what' ('Agent skill for workflow') and entirely omits 'when' to use it, with no 'Use when...' trigger guidance — missing both strongly.

1 / 3

Trigger Term Quality

The only keyword is the generic 'workflow'; '$agent-workflow' is technical invocation syntax rather than a phrase a user would naturally say, fitting the no-natural-keywords/technical-jargon anchor.

1 / 3

Distinctiveness Conflict Risk

'Agent skill for workflow' is so generic it would collide with many workflow-related skills and gives no distinct trigger to disambiguate.

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.