CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-raft-manager

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

42

0.96x
Quality

15%

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%

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 high-level conceptual outline of Raft responsibilities with no executable guidance, no sequenced workflow, and no validation steps, plus a redundant embedded YAML config block and a typo ('node addition$removal'). It reads as descriptive prose rather than actionable skill instructions.

Suggestions

Add concrete, executable guidance (commands, code, or config examples) for leader election and log replication instead of abstract phrases like 'Execute randomized timeout-based elections'.

Provide a sequenced workflow with explicit validation checkpoints for risky operations (e.g. initiate election -> verify quorum -> replicate entries -> verify commit index), since missing validation caps workflow clarity.

Remove the redundant embedded YAML metadata block from the body and fix the 'node addition$removal' typo so the overview content is clean.

DimensionReasoningScore

Conciseness

The body is short but includes a redundant embedded YAML metadata block and restates Raft mechanics Claude already knows ('randomized timeout-based elections to prevent split votes', 'log compaction through snapshotting'), matching the score-2 anchor 'mostly efficient but includes some unnecessary explanation'; it is not score 1 because overall length is moderate, and not score 3 because the conceptual restating and stray config block do not earn every token.

2 / 3

Actionability

All guidance is abstract description with no executable code, commands, or config ('Execute randomized timeout-based elections', 'Implement append entries protocol'), matching the score-1 anchor 'describes rather than instructs'; it does not reach score 2 because no concrete or even pseudocode-level detail is given.

1 / 3

Workflow Clarity

There is no sequenced multi-step process and no validation/verification checkpoints for risky operations like leader election, log replication, and membership changes, matching the score-1 anchor 'Steps unclear or missing; no sequence; no validation'; per the rubric, missing validation for destructive/batch operations caps this dimension, and it cannot reach 2 without at least a listed sequence.

1 / 3

Progressive Disclosure

The markdown is organized into headed sections with no external references (no bundle files exist), but a stray embedded YAML metadata block sits inline in the body where overview content belongs, matching the score-2 anchor 'Some structure but could be better organized; content that should be separate is inline'; it is not score 3 because of that inline structural clutter, and not score 1 because sections are clearly labeled and references are not deeply nested.

2 / 3

Total

6

/

12

Passed

Description

7%

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 is essentially a templated invocation hint rather than a capability statement: it states no concrete actions, includes no natural user-facing trigger terms, and omits both a clear 'what' and any 'when to use' guidance.

Suggestions

Replace the description with concrete actions the skill performs, e.g. 'Coordinates Raft consensus: leader election, log replication, and cluster membership changes across distributed nodes.'

Add an explicit 'Use when...' trigger clause listing phrases users would naturally say, e.g. 'Use when implementing Raft consensus, leader election, or distributed log replication.'

Surface natural trigger keywords (raft consensus, leader election, log replication, quorum) instead of the invocation token '$agent-raft-manager'.

DimensionReasoningScore

Specificity

The description 'Agent skill for raft-manager - invoke with $agent-raft-manager' names a domain but states zero concrete actions, matching the score-1 anchor 'Vague or no actions; abstract language' rather than the score-2 anchor which requires naming some actions.

1 / 3

Completeness

It answers neither 'what does this do' (only 'Agent skill for raft-manager') nor 'when should Claude use it' (no 'Use when...' clause), matching the score-1 anchor 'Missing what OR when, or both very weak'; it cannot reach 2 because the 'what' is itself only implied.

1 / 3

Trigger Term Quality

The only terms are the technical identifier 'raft-manager' and invocation syntax '$agent-raft-manager'; a user would not naturally say these, matching the score-1 anchor for 'technical jargon' rather than score 2 which expects relevant natural keywords.

1 / 3

Distinctiveness Conflict Risk

'raft-manager' targets a distinct niche (low conflict), but the generic templated phrasing 'Agent skill for X' could overlap with sibling agent skills, matching the score-2 anchor 'Somewhat specific but could still overlap' rather than score 3 which requires clear distinct triggers.

2 / 3

Total

5

/

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/ruflo
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.