Optimize your skills and tiles: review SKILL.md quality, generate eval scenarios, run evals, compare across models, diagnose gaps, and re-run until scores improve.
88
94%
Does it follow best practices?
Impact
88%
1.07xAverage score across 24 eval scenarios
Passed
No known issues
A developer has written a first draft of a secret-manager skill. They want to understand how their skill will be scored and what changes will have the biggest impact on the score. They've asked for a targeted analysis that breaks down what's strong, what's weak, and most importantly, which improvements will deliver the most benefit per effort.
Analyze the SKILL.md below and produce a score-focused improvement plan. For each scoring dimension, explain the current state of the skill, how it would score, and what specific changes would improve it. Order your recommendations so the highest-impact changes come first.
The tessl skill review scores on three dimensions: Completeness (weight: 40%), Conciseness (30%), and Actionability (30%). Note: a missing "Use when" clause typically impacts the overall score by ~15%.
Produce improvement_plan.md containing:
The following files are provided as inputs. Extract them before beginning.
This skill helps you work with the internal secret vault.
To retrieve a secret, you need to make an API call to the vault service. First, you should authenticate, then request the secret by name. Make sure your request includes the appropriate permissions.
Secret rotation is important for security. When rotating secrets, the old secret should remain valid for a grace period. This allows services to update their configuration without downtime.
For auditing, you can check who accessed which secrets and when. This is useful for security reviews and compliance.
Access to secrets is controlled by policies. Policies define which services can read which secrets. Policies are managed by the platform team.
Common mistakes:
database — database connection stringsapi-keys — third-party API credentialstls-certs — TLS certificates and private keysservice-accounts — internal service authentication tokens
=============== END FILE ===============evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10
scenario-11
scenario-12
scenario-13
scenario-14
scenario-15
scenario-16
scenario-17
scenario-18
scenario-19
scenario-20
scenario-21
scenario-22
scenario-23
scenario-24
skills
compare-skill-model-performance
optimize-skill-instructions
references
optimize-skill-performance
optimize-skill-performance-and-instructions