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 created a skill that links to multiple reference files. They ran tessl skill review and received positive feedback on progressive disclosure (3/3 score), but they're concerned about token efficiency. They've noticed that when agents use the skill, they often open multiple reference files "just in case," even when those files aren't needed for the current task.
Your job is to evaluate the progressive disclosure in the skill below and identify which file references have clear routing signals (agent can decide whether to open without reading) versus ambiguous signals (agent must open speculatively). For ambiguous references, suggest improved link text that provides clear routing signals.
Produce a file disclosure_analysis.md containing:
The following files are provided as inputs. Extract them before beginning.
Build production-ready API clients with automatic retries, rate limiting, and comprehensive error handling.
from api_wrapper import Client
client = Client(base_url="https://api.example.com")
response = client.get("/users/123")See CONFIGURATION.md for more information.
See AUTHENTICATION.md for OAuth2 flows, API key management, and token refresh strategies.
See GUIDE.md for additional details.
See RETRIES.md when requests fail with 5xx errors or timeouts.
See EXAMPLES.md for examples.
See RATE_LIMITING.md for token bucket algorithm, backoff strategies, and 429 response handling.
See ADVANCED.md for advanced features.
See ERROR_HANDLING.md when debugging failed requests, handling 4xx/5xx responses, or implementing custom error recovery.
See REFERENCE.md for the complete API reference.
See WEBHOOKS.md for signature verification, event routing, and replay protection.
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