CtrlK
BlogDocsLog inGet started
Tessl Logo

istio-traffic-management

Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic policies, progressive delivery, or resilience patterns.

92

1.01x
Quality

Does it follow best practices?

Impact

93%

1.01x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

80%

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

A strong, action-oriented reference packed with executable Istio templates and debugging commands. Its main weakness is structure: it is a monolithic catalog with no file-based progressive disclosure and no explicit apply/validate workflow for the routing operations it documents.

Suggestions

Add an explicit deployment workflow with a validation checkpoint, e.g. 1) apply VirtualService+DestinationRule, 2) `istioctl analyze`, 3) verify routes with `istioctl proxy-config routes` before considering the change complete.

Split the seven templates into separate reference files (e.g. references/templates.md) and have SKILL.md overview + link to them, enabling one-level-deep progressive disclosure instead of a single 320-line file.

Trim the redundant "When to Use This Skill" list since the triggers already appear in the frontmatter description, or repurpose it as concrete decision guidance that the description cannot hold.

DimensionReasoningScore

Conciseness

The body is code-forward with seven executable YAML templates and concrete istioctl commands, and it avoids explaining concepts Claude already knows; the one-line intro and "When to Use" list are minimal and earn their place.

3 / 3

Actionability

Templates are complete, executable VirtualService/DestinationRule/Gateway YAML plus copy-paste istioctl debugging commands, matching the score-3 anchor for fully executable guidance.

3 / 3

Workflow Clarity

It is a reference catalog of standalone patterns rather than a sequenced workflow, and applying routing config lacks an explicit apply→istioctl-analyze→verify feedback loop, so checkpoints are only implicit (istioctl analyze appears in debugging but not as a deployment gate).

2 / 3

Progressive Disclosure

All ~320 lines live in a single monolithic file with no bundle-file references (references/, scripts/, assets/ are absent); sections are well-organized by headers but large template blocks that could be split into reference files are inlined.

2 / 3

Total

10

/

12

Passed

Description

100%

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

A concise, well-constructed description that names concrete capabilities and pairs them with an explicit "Use when" trigger clause. It is distinctive to the Istio/service-mesh niche and avoids vague fluff.

DimensionReasoningScore

Specificity

"Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments" lists multiple specific concrete actions rather than vague language, matching the score-3 anchor.

3 / 3

Completeness

It states what it does (configure routing, load balancing, circuit breakers, canary deployments) and explicitly answers when with a "Use when..." clause, satisfying the score-3 anchor.

3 / 3

Trigger Term Quality

"service mesh traffic policies, progressive delivery, or resilience patterns" alongside canary/circuit-breaker/load-balancing gives good coverage of natural terms users would say when needing this skill.

3 / 3

Distinctiveness Conflict Risk

Scoping to "Istio traffic management" and service-mesh-specific triggers gives it a clear niche unlikely to fire for unrelated skills.

3 / 3

Total

12

/

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
Dicklesworthstone/pi_agent_rust
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.