CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-raft-manager

Agent skill for raft-manager - invoke with $agent-raft-manager

41

0.96x
Quality

11%

Does it follow best practices?

Impact

90%

0.96x

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-raft-manager/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

22%Scale 1-3

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

This skill reads as a high-level design document or feature list rather than an actionable skill that Claude can execute. It describes what a Raft consensus manager should do but provides zero concrete implementation guidance—no code, no algorithms, no specific commands, no data structures, and no validation steps. The content would need a fundamental rewrite to be useful as an operational skill.

Suggestions

Add concrete, executable code or pseudocode for core operations like leader election (e.g., election timeout logic, vote request/response handling, state machine transitions with specific data structures).

Define explicit step-by-step workflows with validation checkpoints for critical operations like leader election and log replication, including error recovery paths (e.g., what to do on split vote, how to detect and recover from stale leaders).

Include specific commands, API calls, or tool invocations that Claude should use when performing Raft operations, rather than abstract descriptions of capabilities.

Either add bundle files with detailed reference material for each subsystem (election, replication, snapshots) or inline the essential algorithmic details needed to actually implement these operations.

DimensionReasoningScore

Conciseness

The content is moderately verbose with some unnecessary elaboration (e.g., restating obvious concepts like 'reliable propagation of entries to followers'), but it's not excessively padded. The bullet points under each subsection largely repeat what the section headers already convey.

2 / 3

Actionability

The skill provides no concrete code, commands, algorithms, or executable guidance whatsoever. It reads as an abstract description of Raft consensus concepts rather than actionable instructions Claude can follow. There are no specific implementations, data structures, RPC definitions, or step-by-step procedures.

1 / 3

Workflow Clarity

Despite describing multi-step processes like leader election and log replication, there are no clear sequences, no validation checkpoints, no error recovery loops, and no concrete steps. The content merely lists responsibilities without defining how to execute them.

1 / 3

Progressive Disclosure

The content has reasonable section structure with headers and subsections, but there are no references to external files, no bundle files to support deeper content, and the collaboration section references other agents without linking to them. For a complex topic like Raft consensus, more detailed reference materials would be expected.

2 / 3

Total

6

/

12

Passed

Description

0%Scale 1-3

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This description is essentially a placeholder that provides no useful information about the skill's capabilities, domain, or appropriate usage context. It fails on every dimension because it only names the skill and its invocation command without describing any functionality or trigger conditions.

Suggestions

Add concrete actions describing what raft-manager actually does (e.g., 'Manages Raft consensus protocol configurations, monitors cluster health, handles leader election')

Add an explicit 'Use when...' clause with natural trigger terms that describe scenarios where this skill should be selected

Replace the generic 'Agent skill for raft-manager' with a domain-specific description that distinguishes this skill from others

DimensionReasoningScore

Specificity

The description provides no concrete actions whatsoever. 'Agent skill for raft-manager' is entirely vague and does not describe what the skill actually does.

1 / 3

Completeness

Neither 'what does this do' nor 'when should Claude use it' is answered. The description only states it's an agent skill and how to invoke it, with no functional or contextual information.

1 / 3

Trigger Term Quality

The only keyword is 'raft-manager', which is a technical/internal name rather than a natural term a user would say. There are no natural language trigger terms.

1 / 3

Distinctiveness Conflict Risk

The description is so vague that it provides no distinguishing characteristics. Without knowing what 'raft-manager' does, Claude cannot differentiate this from any other agent skill.

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.

Validation11 / 11 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.