Vant skill audit qos
Skill dhaupin/vant/models/public/skills/vant-skill-audit-qos
Does it work well?From its SKILL.md
npx -y skills add dhaupin/vant --skill vant-skill-audit-qosAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 2 commands, including `curl -s -o /dev/null -w "%{http_code}" /health` and 1 more.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.4 KB, 478 tokens by cl100k_base, as published. Nobody here has run it
Quality of Service
Does it work well?
The Question
Does it work reliably? Is it fast enough?
What To Check
1. Availability
# Uptime check
curl -s -o /dev/null -w "%{http_code}" /health
| Uptime | Rating |
|---|---|
| 99.9% | OK |
| 99% | Warning |
| <99% | Bad |
2. Latency
# Response time
time curl -s -o /dev/null URL
| Latency | Rating |
|---|---|
| < 100ms | Great |
| < 500ms | OK |
| > 1s | Slow |
3. Errors
# Error rate
errors / requests
| Errors | Rating |
|---|---|
| < 0.1% | Great |
| < 1% | OK |
| > 1% | Bad |
4. Capacity
| Metric | Limit | Alert |
|---|---|---|
| Requests | < 80% | Warning |
| Connections | < 80% | Warning |
| Memory | < 80% | Ok |
Output
## QoS - [service]
### Availability
- Uptime: 99.9%
- SLA: 99.9%
### Latency
- P50: [ms]ms
- P95: [ms]ms
- P99: [ms]ms
### Error Rate
- [x]% errors
- [x] errors in [y] requests
### Current Load
- Requests: [x]/s (of [y])
- Connections: [x] (of [y])
### SLA Met?
- [YES/NO]
SLA Guide
| SLA | Downtime/Month |
|---|---|
| 99% | 7h 18m |
| 99.9% | 43m |
| 99.99% | 4m |
Role: QoS Auditor
Input: Service
Output: Does it meet SLA?
Keep it reliable.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.