Complete PromQL toolkit with generation and validation capabilities
94
94%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
{
"scenarios": [
{
"id": "scenario-infeasible-1",
"capability": "Execute validate_syntax.py script against a live Prometheus instance to confirm metric existence",
"feasible": false,
"reason": "Requires runtime execution of a Python script and network access to a Prometheus deployment. The skill acknowledges this as a known limitation: scripts cannot verify whether metrics exist in any specific deployment."
},
{
"id": "scenario-infeasible-2",
"capability": "Confirm label cardinality is within acceptable bounds by querying a live Prometheus TSDB",
"feasible": false,
"reason": "Requires runtime access to a Prometheus TSDB. The skill explicitly states that semantic validation requires testing against an actual Prometheus instance."
}
]
}